Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created November 2, 2020 18:54
Show Gist options
  • Select an option

  • Save iMichka/168a6c73e16f09b70c305c9ef29459a5 to your computer and use it in GitHub Desktop.

Select an option

Save iMichka/168a6c73e16f09b70c305c9ef29459a5 to your computer and use it in GitHub Desktop.
gcc@5 on Ubuntu 16.04.7 LTS - Homebrew build logs
Homebrew build logs for gcc@5 on Ubuntu 16.04.7 LTS
Build date: 2020-11-02 18:45:54
HOMEBREW_VERSION: 2.5.2-62-gcac8e7a
ORIGIN: https://github.com/Homebrew/brew
HEAD: cac8e7aac54735a27938f769aac67102eac7a974
Last commit: 5 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: a5cad5b7483e2dae146ab7fca622189dee6f0a49
Core tap last commit: 2 weeks ago
Core tap branch: gcc@5-align
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DEVELOPER: set
HOMEBREW_MAKE_JOBS: 12
HOMEBREW_NO_AUTO_UPDATE: set
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: dodeca-core 64-bit skylake
Clang: N/A
Git: 2.28.0 => /usr/bin/git
Curl: 7.47.0 => /usr/bin/curl
Kernel: Linux 4.19.76-linuxkit x86_64 GNU/Linux
OS: Ubuntu 16.04.7 LTS (xenial)
Host glibc: 2.23
/usr/bin/gcc: 5.4.0
/usr/bin/ruby: N/A
glibc: N/A
gcc: N/A
xorg: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Homebrew/linuxbrew-core is not on the master branch.
Check out the master branch by running:
git -C "$(brew --repo homebrew/core)" checkout master
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
gcc@5
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
/home/linuxbrew/.linuxbrew/opt/gcc@5
2020-11-02 18:26:37 +0000
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec
--with-gmp=system
--with-gmp-prefix=/home/linuxbrew/.linuxbrew/opt/gmp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc-5
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... none needed
checking whether gcc-5 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc-5... none
checking whether we are using the GNU C++ compiler... yes
checking whether g++-5 accepts -g... yes
checking dependency style of g++-5... none
checking for C compiler vendor... gnu
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag...
checking for x86 cpuid 0 output... 16:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 906ea:a010800:feda7a17:9f8bfbff
checking whether C compiler accepts -march=pentiumpro... no
checking whether C compiler accepts -mcpu=pentiumpro... no
checking whether C compiler accepts -mpentiumpro... no
checking for gcc architecture flag... unknown
checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math... yes
checking whether the compiler supports function __attribute__((__warn_unused_result__))... yes
checking for __attribute__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc-5... /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld
checking if the linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm -B
checking the name lister (/home/linuxbrew/.linuxbrew/opt/binutils/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm -B output from gcc-5 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc-5 -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-5 supports -fno-rtti -fno-exceptions... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 supports -c -o file.o... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++-5 -E
checking for ld used by g++-5... /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64
checking if the linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++-5 linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking for g++-5 option to produce PIC... -fPIC -DPIC
checking if g++-5 PIC flag -fPIC -DPIC works... yes
checking if g++-5 static flag -static works... yes
checking if g++-5 supports -c -o file.o... yes
checking if g++-5 supports -c -o file.o... (cached) yes
checking whether the g++-5 linker (/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for perl... perl
checking for pdflatex... no
checking for pod2html... pod2html
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in include/isl/stdint.h (assuming C99 compatible system)
checking which gmp to use... system
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for main in -lgmp... yes
checking whether mp_get_memory_functions is declared... yes
checking whether ffs is declared... yes
checking whether __builtin_ffs is declared... yes
checking whether _BitScanForward is declared... no
checking whether strcasecmp is declared... yes
checking whether strncasecmp is declared... yes
checking whether _stricmp is declared... no
checking whether _strnicmp is declared... no
checking whether snprintf is declared... yes
checking whether _snprintf is declared... no
checking which clang to use... no
checking for C compiler vendor... (cached) gnu
checking our pkgconfig libname... isl
checking our pkgconfig version... 0.18
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/pkgconfig
checking our pkgconfig_libfile... isl.pc
checking our package / suffix... isl /
checking our pkgconfig description... isl Library
checking our pkgconfig requires...
checking our pkgconfig ext libs... -lisl -lgmp
checking our pkgconfig cppflags... -I/home/linuxbrew/.linuxbrew/opt/gmp/include
checking our pkgconfig ldflags... -L/home/linuxbrew/.linuxbrew/opt/gmp/lib
noninstalled pkgconfig -L /tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/.libs
noninstalled pkgconfig -I /tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/./include
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating isl_srcdir.c
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bound_test.sh
config.status: creating codegen_test.sh
config.status: creating pip_test.sh
config.status: creating isl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include/isl/stdint.h commands
config.status: creating include/isl/stdint.h : _ISL_INCLUDE_ISL_STDINT_H
config.status: executing isl.pc commands
config.status: creating isl.pc.in
config.status: creating isl.pc
config.status: creating isl-uninstalled.pc
config.status: creating isl-uninstalled.sh
gcc-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c conftest.c -o conftest2.o
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -v
superenv executed: g++-5 -v
g++-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -c -g conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E /tmp/cg3NuzKU/dummy.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E /tmp/cg3NuzKU/dummy.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -malign-double conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -malign-double conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -fstrict-aliasing conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -fstrict-aliasing conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -march=pentiumpro conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -march=pentiumpro conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -mcpu=pentiumpro conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -mcpu=pentiumpro conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -mpentiumpro conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -mpentiumpro conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: -v
superenv executed: ld -v
ld called with: -v
superenv executed: ld -v
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c conftstm.o
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c conftstm.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -fno-rtti -fno-exceptions conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -fPIC -DPIC -DPIC conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -fPIC -DPIC -DPIC conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -static conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -static conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o out/conftest2.o conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o out/conftest2.o conftest.c -isystem/home/linuxbrew/.linuxbrew/include
ld called with: -m elf_x86_64 --help
superenv added: -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 --help
ld called with: -m elf_x86_64 -v
superenv added: -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 -v
ld called with: -m elf_x86_64 --help
superenv added: -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 --help
gcc-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -print-search-dirs
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -print-search-dirs -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -print-multi-os-directory
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -print-multi-os-directory -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -Wl,-rpath -Wl,/foo conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -Wl,-rpath -Wl,/foo conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -E conftest.cpp
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -E conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -o conftest -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: -m elf_x86_64 -v
superenv added: -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -m elf_x86_64 -v
g++-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
ld called with: --help
superenv added: -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: ld -L/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -rpath=/home/linuxbrew/.linuxbrew/lib -rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib --dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so --help
g++-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -shared -g -O2 -v conftest.o
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -shared -g -O2 -v conftest.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -o conftest -g -O2 -static conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -o conftest -g -O2 -static conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -E -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include -L/home/linuxbrew/.linuxbrew/opt/gmp/lib conftest.c -lgmp -lgmp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include -L/home/linuxbrew/.linuxbrew/opt/gmp/lib conftest.c -lgmp -lgmp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include -L/home/linuxbrew/.linuxbrew/opt/gmp/lib conftest.c -lgmp -lgmp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include -L/home/linuxbrew/.linuxbrew/opt/gmp/lib conftest.c -lgmp -lgmp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -I/home/linuxbrew/.linuxbrew/opt/gmp/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c -isystem/home/linuxbrew/.linuxbrew/include
2020-11-02 18:26:45 +0000
make
install
echo '#define GIT_HEAD_ID "'isl-0.18'"' > gitversion.h
/usr/bin/make install-recursive
make[1]: Entering directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
Making install in .
make[2]: Entering directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_gmp.lo isl_gmp.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_val_gmp.lo isl_val_gmp.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast_int.lo isl_ast_int.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_aff.lo isl_aff.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_affine_hull.lo isl_affine_hull.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_arg.lo isl_arg.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast.lo isl_ast.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast_build.lo isl_ast_build.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast_build_expr.lo isl_ast_build_expr.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast_codegen.lo isl_ast_codegen.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ast_graft.lo isl_ast_graft.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_band.lo isl_band.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -fPIC -DPIC -o .libs/isl_gmp.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -fPIC -DPIC -o .libs/isl_ast_build.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -fPIC -DPIC -o .libs/isl_ast_build_expr.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -fPIC -DPIC -o .libs/isl_val_gmp.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -fPIC -DPIC -o .libs/isl_arg.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -fPIC -DPIC -o .libs/isl_ast_codegen.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -fPIC -DPIC -o .libs/isl_affine_hull.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -fPIC -DPIC -o .libs/isl_ast_int.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -fPIC -DPIC -o .libs/isl_aff.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -fPIC -DPIC -o .libs/isl_band.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -fPIC -DPIC -o .libs/isl_ast.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -fPIC -DPIC -o .libs/isl_ast_graft.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -o isl_gmp.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -o isl_ast_int.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -o isl_val_gmp.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o basis_reduction_tab.lo basis_reduction_tab.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_bernstein.lo isl_bernstein.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_blk.lo isl_blk.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -fPIC -DPIC -o .libs/basis_reduction_tab.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -fPIC -DPIC -o .libs/isl_bernstein.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -fPIC -DPIC -o .libs/isl_blk.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -o isl_band.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -o isl_arg.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -o isl_blk.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -o isl_affine_hull.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -o isl_ast_build.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -o isl_ast_graft.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -o isl_ast_build_expr.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -o isl_bernstein.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -o basis_reduction_tab.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_bound.lo isl_bound.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -fPIC -DPIC -o .libs/isl_bound.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_coalesce.lo isl_coalesce.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_constraint.lo isl_constraint.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_convex_hull.lo isl_convex_hull.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -o isl_bound.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -fPIC -DPIC -o .libs/isl_coalesce.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ctx.lo isl_ctx.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -fPIC -DPIC -o .libs/isl_constraint.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -o isl_ast_codegen.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -fPIC -DPIC -o .libs/isl_convex_hull.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_deprecated.lo isl_deprecated.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -o isl_ast.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -fPIC -DPIC -o .libs/isl_ctx.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_dim_map.lo isl_dim_map.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_equalities.lo isl_equalities.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -fPIC -DPIC -o .libs/isl_deprecated.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_factorization.lo isl_factorization.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -fPIC -DPIC -o .libs/isl_dim_map.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_farkas.lo isl_farkas.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -fPIC -DPIC -o .libs/isl_equalities.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -o isl_deprecated.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -o isl_ctx.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -fPIC -DPIC -o .libs/isl_factorization.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -fPIC -DPIC -o .libs/isl_farkas.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ffs.lo isl_ffs.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -o isl_dim_map.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -fPIC -DPIC -o .libs/isl_ffs.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_flow.lo isl_flow.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -o isl_ffs.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -o isl_farkas.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -o isl_factorization.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_fold.lo isl_fold.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -o isl_equalities.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -fPIC -DPIC -o .libs/isl_flow.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_hash.lo isl_hash.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -o isl_constraint.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -fPIC -DPIC -o .libs/isl_fold.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -fPIC -DPIC -o .libs/isl_hash.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_id_to_ast_expr.lo isl_id_to_ast_expr.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_id_to_id.lo isl_id_to_id.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -fPIC -DPIC -o .libs/isl_id_to_ast_expr.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -o isl_hash.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -fPIC -DPIC -o .libs/isl_id_to_id.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_id_to_pw_aff.lo isl_id_to_pw_aff.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_ilp.lo isl_ilp.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -o isl_id_to_ast_expr.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_input.lo isl_input.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -fPIC -DPIC -o .libs/isl_id_to_pw_aff.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -o isl_convex_hull.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -fPIC -DPIC -o .libs/isl_ilp.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -o isl_coalesce.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -o isl_id_to_id.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -fPIC -DPIC -o .libs/isl_input.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -o isl_id_to_pw_aff.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_local.lo isl_local.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_local_space.lo isl_local_space.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -o isl_flow.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_lp.lo isl_lp.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -fPIC -DPIC -o .libs/isl_local.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -fPIC -DPIC -o .libs/isl_local_space.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -o isl_ilp.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -fPIC -DPIC -o .libs/isl_lp.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_map.lo isl_map.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_map_list.lo isl_map_list.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -o isl_local.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -fPIC -DPIC -o .libs/isl_map.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -fPIC -DPIC -o .libs/isl_map_list.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_map_simplify.lo isl_map_simplify.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -o isl_lp.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -fPIC -DPIC -o .libs/isl_map_simplify.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_map_subtract.lo isl_map_subtract.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -fPIC -DPIC -o .libs/isl_map_subtract.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_map_to_basic_set.lo isl_map_to_basic_set.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -o isl_local_space.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_mat.lo isl_mat.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -fPIC -DPIC -o .libs/isl_map_to_basic_set.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -o isl_fold.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_morph.lo isl_morph.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -fPIC -DPIC -o .libs/isl_mat.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -o isl_map_list.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -o isl_input.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_id.lo isl_id.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -fPIC -DPIC -o .libs/isl_morph.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -o isl_map_subtract.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -o isl_map_to_basic_set.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -fPIC -DPIC -o .libs/isl_id.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_obj.lo isl_obj.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -fPIC -DPIC -o .libs/isl_obj.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_options.lo isl_options.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -o isl_morph.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_output.lo isl_output.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -o isl_id.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -fPIC -DPIC -o .libs/isl_options.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -o isl_obj.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -fPIC -DPIC -o .libs/isl_output.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_point.lo isl_point.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_polynomial.lo isl_polynomial.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -fPIC -DPIC -o .libs/isl_point.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_printer.lo isl_printer.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -fPIC -DPIC -o .libs/isl_polynomial.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -o isl_options.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o print.lo print.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -o isl_mat.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -fPIC -DPIC -o .libs/isl_printer.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -o isl_point.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_range.lo isl_range.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_reordering.lo isl_reordering.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -fPIC -DPIC -o .libs/isl_range.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -fPIC -DPIC -o .libs/isl_reordering.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -o isl_printer.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -o print.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -o isl_map_simplify.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -o isl_reordering.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_sample.lo isl_sample.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -o isl_range.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -fPIC -DPIC -o .libs/isl_sample.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_scan.lo isl_scan.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule.lo isl_schedule.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule_band.lo isl_schedule_band.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule_node.lo isl_schedule_node.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -o isl_output.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -fPIC -DPIC -o .libs/isl_scan.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule_read.lo isl_schedule_read.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -fPIC -DPIC -o .libs/isl_schedule_band.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -fPIC -DPIC -o .libs/isl_schedule.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -fPIC -DPIC -o .libs/isl_schedule_node.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -fPIC -DPIC -o .libs/isl_schedule_read.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule_tree.lo isl_schedule_tree.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -o isl_scan.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -o isl_sample.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -o isl_schedule_read.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -fPIC -DPIC -o .libs/isl_schedule_tree.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -o isl_schedule.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_schedule_constraints.lo isl_schedule_constraints.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -o isl_schedule_band.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -fPIC -DPIC -o .libs/isl_schedule_constraints.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_scheduler.lo isl_scheduler.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_set_list.lo isl_set_list.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_sort.lo isl_sort.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -fPIC -DPIC -o .libs/isl_scheduler.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -o isl_schedule_constraints.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -fPIC -DPIC -o .libs/isl_set_list.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -o isl_aff.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -fPIC -DPIC -o .libs/isl_sort.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_space.lo isl_space.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -o isl_schedule_node.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -o isl_sort.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_stream.lo isl_stream.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -fPIC -DPIC -o .libs/isl_space.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_seq.lo isl_seq.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_tab.lo isl_tab.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -fPIC -DPIC -o .libs/isl_stream.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -o isl_schedule_tree.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -fPIC -DPIC -o .libs/isl_seq.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -fPIC -DPIC -o .libs/isl_tab.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -o isl_set_list.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_tab_pip.lo isl_tab_pip.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -o isl_polynomial.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -fPIC -DPIC -o .libs/isl_tab_pip.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -o isl_seq.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -o isl_stream.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -o isl_map.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -o isl_space.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_tarjan.lo isl_tarjan.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -fPIC -DPIC -o .libs/isl_tarjan.o
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_transitive_closure.lo isl_transitive_closure.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_union_map.lo isl_union_map.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_val.lo isl_val.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -o isl_tarjan.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -fPIC -DPIC -o .libs/isl_transitive_closure.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -fPIC -DPIC -o .libs/isl_union_map.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -fPIC -DPIC -o .libs/isl_val.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -o isl_scheduler.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_vec.lo isl_vec.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_version.lo isl_version.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -fPIC -DPIC -o .libs/isl_vec.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -fPIC -DPIC -o .libs/isl_version.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -o isl_version.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_vertices.lo isl_vertices.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -fPIC -DPIC -o .libs/isl_vertices.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -o isl_vec.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -o isl_tab.o >/dev/null 2>&1
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test.o isl_test.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_sample.o polyhedron_sample.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -o isl_transitive_closure.o >/dev/null 2>&1
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o pip.o pip.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -o isl_union_map.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -o isl_vertices.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -o isl_val.o >/dev/null 2>&1
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -o isl_tab_pip.o >/dev/null 2>&1
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_minimize.o polyhedron_minimize.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polytope_scan.o polytope_scan.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_detect_equalities.o polyhedron_detect_equalities.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o cat.o cat.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o closure.o closure.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o bound.o bound.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o schedule.o schedule.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o codegen.o codegen.c
gcc-5 -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test_int.o isl_test_int.c
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -version-info 18:0:3 -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o libisl.la -rpath /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib isl_gmp.lo isl_val_gmp.lo isl_ast_int.lo isl_aff.lo isl_affine_hull.lo isl_arg.lo isl_ast.lo isl_ast_build.lo isl_ast_build_expr.lo isl_ast_codegen.lo isl_ast_graft.lo isl_band.lo basis_reduction_tab.lo isl_bernstein.lo isl_blk.lo isl_bound.lo isl_coalesce.lo isl_constraint.lo isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim_map.lo isl_equalities.lo isl_factorization.lo isl_farkas.lo isl_ffs.lo isl_flow.lo isl_fold.lo isl_hash.lo isl_id_to_ast_expr.lo isl_id_to_id.lo isl_id_to_pw_aff.lo isl_ilp.lo isl_input.lo isl_local.lo isl_local_space.lo isl_lp.lo isl_map.lo isl_map_list.lo isl_map_simplify.lo isl_map_subtract.lo isl_map_to_basic_set.lo isl_mat.lo isl_morph.lo isl_id.lo isl_obj.lo isl_options.lo isl_output.lo isl_point.lo isl_polynomial.lo isl_printer.lo print.lo isl_range.lo isl_reordering.lo isl_sample.lo isl_scan.lo isl_schedule.lo isl_schedule_band.lo isl_schedule_node.lo isl_schedule_read.lo isl_schedule_tree.lo isl_schedule_constraints.lo isl_scheduler.lo isl_set_list.lo isl_sort.lo isl_space.lo isl_stream.lo isl_seq.lo isl_tab.lo isl_tab_pip.lo isl_tarjan.lo isl_transitive_closure.lo isl_union_map.lo isl_val.lo isl_vec.lo isl_version.lo isl_vertices.lo -lgmp
libtool: link: gcc-5 -shared -fPIC -DPIC .libs/isl_gmp.o .libs/isl_val_gmp.o .libs/isl_ast_int.o .libs/isl_aff.o .libs/isl_affine_hull.o .libs/isl_arg.o .libs/isl_ast.o .libs/isl_ast_build.o .libs/isl_ast_build_expr.o .libs/isl_ast_codegen.o .libs/isl_ast_graft.o .libs/isl_band.o .libs/basis_reduction_tab.o .libs/isl_bernstein.o .libs/isl_blk.o .libs/isl_bound.o .libs/isl_coalesce.o .libs/isl_constraint.o .libs/isl_convex_hull.o .libs/isl_ctx.o .libs/isl_deprecated.o .libs/isl_dim_map.o .libs/isl_equalities.o .libs/isl_factorization.o .libs/isl_farkas.o .libs/isl_ffs.o .libs/isl_flow.o .libs/isl_fold.o .libs/isl_hash.o .libs/isl_id_to_ast_expr.o .libs/isl_id_to_id.o .libs/isl_id_to_pw_aff.o .libs/isl_ilp.o .libs/isl_input.o .libs/isl_local.o .libs/isl_local_space.o .libs/isl_lp.o .libs/isl_map.o .libs/isl_map_list.o .libs/isl_map_simplify.o .libs/isl_map_subtract.o .libs/isl_map_to_basic_set.o .libs/isl_mat.o .libs/isl_morph.o .libs/isl_id.o .libs/isl_obj.o .libs/isl_options.o .libs/isl_output.o .libs/isl_point.o .libs/isl_polynomial.o .libs/isl_printer.o .libs/print.o .libs/isl_range.o .libs/isl_reordering.o .libs/isl_sample.o .libs/isl_scan.o .libs/isl_schedule.o .libs/isl_schedule_band.o .libs/isl_schedule_node.o .libs/isl_schedule_read.o .libs/isl_schedule_tree.o .libs/isl_schedule_constraints.o .libs/isl_scheduler.o .libs/isl_set_list.o .libs/isl_sort.o .libs/isl_space.o .libs/isl_stream.o .libs/isl_seq.o .libs/isl_tab.o .libs/isl_tab_pip.o .libs/isl_tarjan.o .libs/isl_transitive_closure.o .libs/isl_union_map.o .libs/isl_val.o .libs/isl_vec.o .libs/isl_version.o .libs/isl_vertices.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -lgmp -O3 -malign-double -Wl,-soname -Wl,libisl.so.15 -o .libs/libisl.so.15.3.0
libtool: link: (cd ".libs" && rm -f "libisl.so.15" && ln -s "libisl.so.15.3.0" "libisl.so.15")
libtool: link: (cd ".libs" && rm -f "libisl.so" && ln -s "libisl.so.15.3.0" "libisl.so")
libtool: link: ar cru .libs/libisl.a isl_gmp.o isl_val_gmp.o isl_ast_int.o isl_aff.o isl_affine_hull.o isl_arg.o isl_ast.o isl_ast_build.o isl_ast_build_expr.o isl_ast_codegen.o isl_ast_graft.o isl_band.o basis_reduction_tab.o isl_bernstein.o isl_blk.o isl_bound.o isl_coalesce.o isl_constraint.o isl_convex_hull.o isl_ctx.o isl_deprecated.o isl_dim_map.o isl_equalities.o isl_factorization.o isl_farkas.o isl_ffs.o isl_flow.o isl_fold.o isl_hash.o isl_id_to_ast_expr.o isl_id_to_id.o isl_id_to_pw_aff.o isl_ilp.o isl_input.o isl_local.o isl_local_space.o isl_lp.o isl_map.o isl_map_list.o isl_map_simplify.o isl_map_subtract.o isl_map_to_basic_set.o isl_mat.o isl_morph.o isl_id.o isl_obj.o isl_options.o isl_output.o isl_point.o isl_polynomial.o isl_printer.o print.o isl_range.o isl_reordering.o isl_sample.o isl_scan.o isl_schedule.o isl_schedule_band.o isl_schedule_node.o isl_schedule_read.o isl_schedule_tree.o isl_schedule_constraints.o isl_scheduler.o isl_set_list.o isl_sort.o isl_space.o isl_stream.o isl_seq.o isl_tab.o isl_tab_pip.o isl_tarjan.o isl_transitive_closure.o isl_union_map.o isl_val.o isl_vec.o isl_version.o isl_vertices.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libisl.a
libtool: link: ( cd ".libs" && rm -f "libisl.la" && ln -s "../libisl.la" "libisl.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_test isl_test.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_pip pip.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_polyhedron_minimize polyhedron_minimize.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o isl_polytope_scan polytope_scan.o libisl.la
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o isl_cat cat.o libisl.la
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_schedule schedule.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o isl_polyhedron_sample polyhedron_sample.o libisl.la
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_bound bound.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_codegen codegen.o libisl.la -lgmp
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o isl_closure closure.o libisl.la
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o libisl.la
/bin/bash ./libtool --tag=CC --mode=link gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -o isl_test_int isl_test_int.o libisl.la -lgmp
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_detect_equalities polyhedron_detect_equalities.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_bound bound.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_sample polyhedron_sample.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polytope_scan polytope_scan.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_cat cat.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test_int isl_test_int.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_minimize polyhedron_minimize.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_codegen codegen.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_closure closure.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_schedule schedule.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_pip pip.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
libtool: link: gcc-5 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test isl_test.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
make[3]: Entering directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libisl.la '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib'
/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl/deprecated'
/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl'
/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/pkgconfig'
/usr/bin/install -c -m 644 ./isl.py /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.so.15.3.0-gdb.py
/usr/bin/install -c -m 644 include/isl/deprecated/int.h include/isl/deprecated/aff_int.h include/isl/deprecated/ast_int.h include/isl/deprecated/constraint_int.h include/isl/deprecated/ilp_int.h include/isl/deprecated/map_int.h include/isl/deprecated/mat_int.h include/isl/deprecated/point_int.h include/isl/deprecated/polynomial_int.h include/isl/deprecated/set_int.h include/isl/deprecated/union_map_int.h include/isl/deprecated/val_int.h include/isl/deprecated/vec_int.h '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl/deprecated'
/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl'
/usr/bin/install -c -m 644 isl.pc '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/pkgconfig'
/usr/bin/install -c -m 644 include/isl/stdint.h '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl'
/usr/bin/install -c -m 644 include/isl/val_gmp.h include/isl/aff.h include/isl/aff_type.h include/isl/arg.h include/isl/ast.h include/isl/ast_type.h include/isl/ast_build.h include/isl/band.h include/isl/constraint.h include/isl/ctx.h include/isl/flow.h include/isl/id.h include/isl/id_to_ast_expr.h include/isl/id_to_id.h include/isl/id_to_pw_aff.h include/isl/ilp.h include/isl/hash.h include/isl/hmap.h include/isl/hmap_templ.c include/isl/list.h include/isl/local_space.h include/isl/lp.h include/isl/mat.h include/isl/map.h include/isl/map_to_basic_set.h include/isl/map_type.h include/isl/maybe.h include/isl/maybe_ast_expr.h include/isl/maybe_basic_set.h include/isl/maybe_id.h include/isl/maybe_pw_aff.h include/isl/maybe_templ.h include/isl/multi.h include/isl/obj.h include/isl/options.h include/isl/point.h include/isl/polynomial.h include/isl/polynomial_type.h include/isl/printer.h include/isl/printer_type.h '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl'
/usr/bin/install -c -m 644 include/isl/schedule.h include/isl/schedule_node.h include/isl/schedule_type.h include/isl/set.h include/isl/set_type.h include/isl/space.h include/isl/stream.h include/isl/union_map.h include/isl/union_map_type.h include/isl/union_set.h include/isl/union_set_type.h include/isl/val.h include/isl/vec.h include/isl/version.h include/isl/vertices.h '/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include/isl'
libtool: install: /usr/bin/install -c .libs/libisl.so.15.3.0 /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.so.15.3.0
libtool: install: (cd /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib && { ln -s -f libisl.so.15.3.0 libisl.so.15 || { rm -f libisl.so.15 && ln -s libisl.so.15.3.0 libisl.so.15; }; })
libtool: install: (cd /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib && { ln -s -f libisl.so.15.3.0 libisl.so || { rm -f libisl.so && ln -s libisl.so.15.3.0 libisl.so; }; })
libtool: install: /usr/bin/install -c .libs/libisl.lai /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.la
libtool: install: /usr/bin/install -c .libs/libisl.a /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.a
libtool: install: chmod 644 /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.a
libtool: install: ranlib /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib/libisl.a
libtool: finish: PATH="/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/xz/bin:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
make[2]: Leaving directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
Making install in doc
make[2]: Entering directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/doc'
make[3]: Entering directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/doc'
make[2]: Leaving directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18/doc'
make[1]: Leaving directory '/tmp/gcc@5--isl-20201102-1515-17fekkf/isl-0.18'
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -fPIC -DPIC -o .libs/isl_affine_hull.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -fPIC -DPIC -o .libs/isl_affine_hull.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -fPIC -DPIC -o .libs/isl_ast_graft.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -fPIC -DPIC -o .libs/isl_ast_graft.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -fPIC -DPIC -o .libs/isl_ast_codegen.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -fPIC -DPIC -o .libs/isl_ast_codegen.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -fPIC -DPIC -o .libs/isl_ast_build.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -fPIC -DPIC -o .libs/isl_ast_build.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -fPIC -DPIC -o .libs/isl_ast.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -fPIC -DPIC -o .libs/isl_ast.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -fPIC -DPIC -o .libs/isl_ast_build_expr.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -fPIC -DPIC -o .libs/isl_ast_build_expr.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -fPIC -DPIC -o .libs/isl_ast_int.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -fPIC -DPIC -o .libs/isl_ast_int.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -fPIC -DPIC -o .libs/isl_gmp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -fPIC -DPIC -o .libs/isl_gmp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -fPIC -DPIC -o .libs/isl_arg.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -fPIC -DPIC -o .libs/isl_arg.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -fPIC -DPIC -o .libs/isl_val_gmp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -fPIC -DPIC -o .libs/isl_val_gmp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -fPIC -DPIC -o .libs/isl_band.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -fPIC -DPIC -o .libs/isl_band.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -fPIC -DPIC -o .libs/isl_aff.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -fPIC -DPIC -o .libs/isl_aff.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -o isl_gmp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_gmp.c -o isl_gmp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -o isl_ast_int.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_int.c -o isl_ast_int.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -o isl_val_gmp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val_gmp.c -o isl_val_gmp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -fPIC -DPIC -o .libs/basis_reduction_tab.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -fPIC -DPIC -o .libs/basis_reduction_tab.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -fPIC -DPIC -o .libs/isl_bernstein.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -fPIC -DPIC -o .libs/isl_bernstein.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -fPIC -DPIC -o .libs/isl_blk.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -fPIC -DPIC -o .libs/isl_blk.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -o isl_band.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_band.c -o isl_band.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -o isl_arg.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_arg.c -o isl_arg.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -o isl_blk.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_blk.c -o isl_blk.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -o isl_affine_hull.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_affine_hull.c -o isl_affine_hull.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -o isl_ast_build.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build.c -o isl_ast_build.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -o isl_ast_graft.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_graft.c -o isl_ast_graft.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -o isl_ast_build_expr.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_build_expr.c -o isl_ast_build_expr.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -o basis_reduction_tab.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c basis_reduction_tab.c -o basis_reduction_tab.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -o isl_bernstein.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bernstein.c -o isl_bernstein.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -fPIC -DPIC -o .libs/isl_bound.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -fPIC -DPIC -o .libs/isl_bound.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -o isl_bound.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_bound.c -o isl_bound.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -fPIC -DPIC -o .libs/isl_coalesce.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -fPIC -DPIC -o .libs/isl_coalesce.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -fPIC -DPIC -o .libs/isl_constraint.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -fPIC -DPIC -o .libs/isl_constraint.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -o isl_ast_codegen.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast_codegen.c -o isl_ast_codegen.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -fPIC -DPIC -o .libs/isl_convex_hull.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -fPIC -DPIC -o .libs/isl_convex_hull.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -o isl_ast.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ast.c -o isl_ast.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -fPIC -DPIC -o .libs/isl_ctx.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -fPIC -DPIC -o .libs/isl_ctx.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -fPIC -DPIC -o .libs/isl_deprecated.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -fPIC -DPIC -o .libs/isl_deprecated.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -fPIC -DPIC -o .libs/isl_dim_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -fPIC -DPIC -o .libs/isl_dim_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -fPIC -DPIC -o .libs/isl_equalities.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -fPIC -DPIC -o .libs/isl_equalities.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -o isl_deprecated.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_deprecated.c -o isl_deprecated.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -o isl_ctx.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ctx.c -o isl_ctx.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -fPIC -DPIC -o .libs/isl_factorization.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -fPIC -DPIC -o .libs/isl_factorization.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -fPIC -DPIC -o .libs/isl_farkas.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -fPIC -DPIC -o .libs/isl_farkas.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -o isl_dim_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_dim_map.c -o isl_dim_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -fPIC -DPIC -o .libs/isl_ffs.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -fPIC -DPIC -o .libs/isl_ffs.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -o isl_ffs.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ffs.c -o isl_ffs.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -o isl_farkas.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_farkas.c -o isl_farkas.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -o isl_factorization.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_factorization.c -o isl_factorization.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -o isl_equalities.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_equalities.c -o isl_equalities.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -fPIC -DPIC -o .libs/isl_flow.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -fPIC -DPIC -o .libs/isl_flow.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -o isl_constraint.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_constraint.c -o isl_constraint.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -fPIC -DPIC -o .libs/isl_fold.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -fPIC -DPIC -o .libs/isl_fold.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -fPIC -DPIC -o .libs/isl_hash.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -fPIC -DPIC -o .libs/isl_hash.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -fPIC -DPIC -o .libs/isl_id_to_ast_expr.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -fPIC -DPIC -o .libs/isl_id_to_ast_expr.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -o isl_hash.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_hash.c -o isl_hash.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -fPIC -DPIC -o .libs/isl_id_to_id.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -fPIC -DPIC -o .libs/isl_id_to_id.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -o isl_id_to_ast_expr.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_ast_expr.c -o isl_id_to_ast_expr.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -fPIC -DPIC -o .libs/isl_id_to_pw_aff.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -fPIC -DPIC -o .libs/isl_id_to_pw_aff.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -o isl_convex_hull.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_convex_hull.c -o isl_convex_hull.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -fPIC -DPIC -o .libs/isl_ilp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -fPIC -DPIC -o .libs/isl_ilp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -o isl_coalesce.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_coalesce.c -o isl_coalesce.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -o isl_id_to_id.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_id.c -o isl_id_to_id.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -fPIC -DPIC -o .libs/isl_input.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -fPIC -DPIC -o .libs/isl_input.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -o isl_id_to_pw_aff.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id_to_pw_aff.c -o isl_id_to_pw_aff.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -o isl_flow.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_flow.c -o isl_flow.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -fPIC -DPIC -o .libs/isl_local.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -fPIC -DPIC -o .libs/isl_local.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -fPIC -DPIC -o .libs/isl_local_space.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -fPIC -DPIC -o .libs/isl_local_space.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -o isl_ilp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_ilp.c -o isl_ilp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -fPIC -DPIC -o .libs/isl_lp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -fPIC -DPIC -o .libs/isl_lp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -o isl_local.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local.c -o isl_local.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -fPIC -DPIC -o .libs/isl_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -fPIC -DPIC -o .libs/isl_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -fPIC -DPIC -o .libs/isl_map_list.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -fPIC -DPIC -o .libs/isl_map_list.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -o isl_lp.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_lp.c -o isl_lp.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -fPIC -DPIC -o .libs/isl_map_simplify.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -fPIC -DPIC -o .libs/isl_map_simplify.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -fPIC -DPIC -o .libs/isl_map_subtract.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -fPIC -DPIC -o .libs/isl_map_subtract.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -o isl_local_space.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_local_space.c -o isl_local_space.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -fPIC -DPIC -o .libs/isl_map_to_basic_set.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -fPIC -DPIC -o .libs/isl_map_to_basic_set.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -o isl_fold.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_fold.c -o isl_fold.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -fPIC -DPIC -o .libs/isl_mat.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -fPIC -DPIC -o .libs/isl_mat.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -o isl_map_list.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_list.c -o isl_map_list.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -o isl_input.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_input.c -o isl_input.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -fPIC -DPIC -o .libs/isl_morph.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -fPIC -DPIC -o .libs/isl_morph.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -o isl_map_subtract.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_subtract.c -o isl_map_subtract.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -o isl_map_to_basic_set.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_to_basic_set.c -o isl_map_to_basic_set.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -fPIC -DPIC -o .libs/isl_id.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -fPIC -DPIC -o .libs/isl_id.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -fPIC -DPIC -o .libs/isl_obj.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -fPIC -DPIC -o .libs/isl_obj.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -o isl_morph.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_morph.c -o isl_morph.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -o isl_id.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_id.c -o isl_id.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -fPIC -DPIC -o .libs/isl_options.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -fPIC -DPIC -o .libs/isl_options.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -o isl_obj.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_obj.c -o isl_obj.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -fPIC -DPIC -o .libs/isl_output.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -fPIC -DPIC -o .libs/isl_output.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -fPIC -DPIC -o .libs/isl_point.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -fPIC -DPIC -o .libs/isl_point.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -fPIC -DPIC -o .libs/isl_polynomial.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -fPIC -DPIC -o .libs/isl_polynomial.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -o isl_options.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_options.c -o isl_options.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -o isl_mat.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_mat.c -o isl_mat.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -fPIC -DPIC -o .libs/isl_printer.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -fPIC -DPIC -o .libs/isl_printer.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -fPIC -DPIC -o .libs/print.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -fPIC -DPIC -o .libs/print.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -o isl_point.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_point.c -o isl_point.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -fPIC -DPIC -o .libs/isl_range.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -fPIC -DPIC -o .libs/isl_range.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -fPIC -DPIC -o .libs/isl_reordering.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -fPIC -DPIC -o .libs/isl_reordering.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -o isl_printer.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_printer.c -o isl_printer.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -o print.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c print.c -o print.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -o isl_map_simplify.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map_simplify.c -o isl_map_simplify.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -o isl_reordering.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_reordering.c -o isl_reordering.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -o isl_range.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_range.c -o isl_range.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -fPIC -DPIC -o .libs/isl_sample.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -fPIC -DPIC -o .libs/isl_sample.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -o isl_output.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_output.c -o isl_output.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -fPIC -DPIC -o .libs/isl_scan.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -fPIC -DPIC -o .libs/isl_scan.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -fPIC -DPIC -o .libs/isl_schedule_band.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -fPIC -DPIC -o .libs/isl_schedule_band.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -fPIC -DPIC -o .libs/isl_schedule.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -fPIC -DPIC -o .libs/isl_schedule.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -fPIC -DPIC -o .libs/isl_schedule_node.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -fPIC -DPIC -o .libs/isl_schedule_node.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -fPIC -DPIC -o .libs/isl_schedule_read.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -fPIC -DPIC -o .libs/isl_schedule_read.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -o isl_scan.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scan.c -o isl_scan.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -o isl_sample.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sample.c -o isl_sample.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -o isl_schedule.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule.c -o isl_schedule.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -o isl_schedule_read.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_read.c -o isl_schedule_read.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -fPIC -DPIC -o .libs/isl_schedule_tree.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -fPIC -DPIC -o .libs/isl_schedule_tree.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -o isl_schedule_band.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_band.c -o isl_schedule_band.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -fPIC -DPIC -o .libs/isl_schedule_constraints.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -fPIC -DPIC -o .libs/isl_schedule_constraints.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -fPIC -DPIC -o .libs/isl_scheduler.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -fPIC -DPIC -o .libs/isl_scheduler.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -o isl_schedule_constraints.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_constraints.c -o isl_schedule_constraints.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -fPIC -DPIC -o .libs/isl_set_list.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -fPIC -DPIC -o .libs/isl_set_list.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -o isl_aff.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_aff.c -o isl_aff.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -fPIC -DPIC -o .libs/isl_sort.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -fPIC -DPIC -o .libs/isl_sort.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -o isl_schedule_node.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_node.c -o isl_schedule_node.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -o isl_sort.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_sort.c -o isl_sort.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -fPIC -DPIC -o .libs/isl_space.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -fPIC -DPIC -o .libs/isl_space.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -fPIC -DPIC -o .libs/isl_stream.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -fPIC -DPIC -o .libs/isl_stream.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -o isl_schedule_tree.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_schedule_tree.c -o isl_schedule_tree.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -fPIC -DPIC -o .libs/isl_seq.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -fPIC -DPIC -o .libs/isl_seq.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -fPIC -DPIC -o .libs/isl_tab.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -fPIC -DPIC -o .libs/isl_tab.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -o isl_set_list.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_set_list.c -o isl_set_list.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -o isl_polynomial.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_polynomial.c -o isl_polynomial.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -fPIC -DPIC -o .libs/isl_tab_pip.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -fPIC -DPIC -o .libs/isl_tab_pip.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -o isl_seq.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_seq.c -o isl_seq.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -o isl_stream.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_stream.c -o isl_stream.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -o isl_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_map.c -o isl_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -o isl_space.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_space.c -o isl_space.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -fPIC -DPIC -o .libs/isl_tarjan.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -fPIC -DPIC -o .libs/isl_tarjan.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -o isl_tarjan.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tarjan.c -o isl_tarjan.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -fPIC -DPIC -o .libs/isl_transitive_closure.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -fPIC -DPIC -o .libs/isl_transitive_closure.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -fPIC -DPIC -o .libs/isl_union_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -fPIC -DPIC -o .libs/isl_union_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -o isl_scheduler.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_scheduler.c -o isl_scheduler.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -fPIC -DPIC -o .libs/isl_val.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -fPIC -DPIC -o .libs/isl_val.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -fPIC -DPIC -o .libs/isl_vec.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -fPIC -DPIC -o .libs/isl_vec.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -fPIC -DPIC -o .libs/isl_version.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -fPIC -DPIC -o .libs/isl_version.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -o isl_version.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_version.c -o isl_version.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -fPIC -DPIC -o .libs/isl_vertices.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -fPIC -DPIC -o .libs/isl_vertices.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -o isl_vec.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vec.c -o isl_vec.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -o isl_tab.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab.c -o isl_tab.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test.o isl_test.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test.o isl_test.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_sample.o polyhedron_sample.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_sample.o polyhedron_sample.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -o isl_transitive_closure.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_transitive_closure.c -o isl_transitive_closure.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o pip.o pip.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o pip.o pip.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -o isl_vertices.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_vertices.c -o isl_vertices.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -o isl_union_map.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_union_map.c -o isl_union_map.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -o isl_val.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_val.c -o isl_val.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -o isl_tab_pip.o
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c isl_tab_pip.c -o isl_tab_pip.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_minimize.o polyhedron_minimize.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_minimize.o polyhedron_minimize.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polytope_scan.o polytope_scan.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polytope_scan.o polytope_scan.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_detect_equalities.o polyhedron_detect_equalities.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o polyhedron_detect_equalities.o polyhedron_detect_equalities.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o cat.o cat.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o cat.o cat.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o closure.o closure.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o closure.o closure.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o bound.o bound.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o bound.o bound.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o schedule.o schedule.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o schedule.o schedule.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o codegen.o codegen.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o codegen.o codegen.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude/ -I/home/linuxbrew/.linuxbrew/opt/gmp/include -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test_int.o isl_test_int.c
superenv removed: -Iinclude/ -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -w -O2 -march=native -DHAVE_CONFIG_H -I. -I./include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -c -o isl_test_int.o isl_test_int.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -shared -fPIC -DPIC .libs/isl_gmp.o .libs/isl_val_gmp.o .libs/isl_ast_int.o .libs/isl_aff.o .libs/isl_affine_hull.o .libs/isl_arg.o .libs/isl_ast.o .libs/isl_ast_build.o .libs/isl_ast_build_expr.o .libs/isl_ast_codegen.o .libs/isl_ast_graft.o .libs/isl_band.o .libs/basis_reduction_tab.o .libs/isl_bernstein.o .libs/isl_blk.o .libs/isl_bound.o .libs/isl_coalesce.o .libs/isl_constraint.o .libs/isl_convex_hull.o .libs/isl_ctx.o .libs/isl_deprecated.o .libs/isl_dim_map.o .libs/isl_equalities.o .libs/isl_factorization.o .libs/isl_farkas.o .libs/isl_ffs.o .libs/isl_flow.o .libs/isl_fold.o .libs/isl_hash.o .libs/isl_id_to_ast_expr.o .libs/isl_id_to_id.o .libs/isl_id_to_pw_aff.o .libs/isl_ilp.o .libs/isl_input.o .libs/isl_local.o .libs/isl_local_space.o .libs/isl_lp.o .libs/isl_map.o .libs/isl_map_list.o .libs/isl_map_simplify.o .libs/isl_map_subtract.o .libs/isl_map_to_basic_set.o .libs/isl_mat.o .libs/isl_morph.o .libs/isl_id.o .libs/isl_obj.o .libs/isl_options.o .libs/isl_output.o .libs/isl_point.o .libs/isl_polynomial.o .libs/isl_printer.o .libs/print.o .libs/isl_range.o .libs/isl_reordering.o .libs/isl_sample.o .libs/isl_scan.o .libs/isl_schedule.o .libs/isl_schedule_band.o .libs/isl_schedule_node.o .libs/isl_schedule_read.o .libs/isl_schedule_tree.o .libs/isl_schedule_constraints.o .libs/isl_scheduler.o .libs/isl_set_list.o .libs/isl_sort.o .libs/isl_space.o .libs/isl_stream.o .libs/isl_seq.o .libs/isl_tab.o .libs/isl_tab_pip.o .libs/isl_tarjan.o .libs/isl_transitive_closure.o .libs/isl_union_map.o .libs/isl_val.o .libs/isl_vec.o .libs/isl_version.o .libs/isl_vertices.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -lgmp -O3 -malign-double -Wl,-soname -Wl,libisl.so.15 -o .libs/libisl.so.15.3.0
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -shared -fPIC -DPIC .libs/isl_gmp.o .libs/isl_val_gmp.o .libs/isl_ast_int.o .libs/isl_aff.o .libs/isl_affine_hull.o .libs/isl_arg.o .libs/isl_ast.o .libs/isl_ast_build.o .libs/isl_ast_build_expr.o .libs/isl_ast_codegen.o .libs/isl_ast_graft.o .libs/isl_band.o .libs/basis_reduction_tab.o .libs/isl_bernstein.o .libs/isl_blk.o .libs/isl_bound.o .libs/isl_coalesce.o .libs/isl_constraint.o .libs/isl_convex_hull.o .libs/isl_ctx.o .libs/isl_deprecated.o .libs/isl_dim_map.o .libs/isl_equalities.o .libs/isl_factorization.o .libs/isl_farkas.o .libs/isl_ffs.o .libs/isl_flow.o .libs/isl_fold.o .libs/isl_hash.o .libs/isl_id_to_ast_expr.o .libs/isl_id_to_id.o .libs/isl_id_to_pw_aff.o .libs/isl_ilp.o .libs/isl_input.o .libs/isl_local.o .libs/isl_local_space.o .libs/isl_lp.o .libs/isl_map.o .libs/isl_map_list.o .libs/isl_map_simplify.o .libs/isl_map_subtract.o .libs/isl_map_to_basic_set.o .libs/isl_mat.o .libs/isl_morph.o .libs/isl_id.o .libs/isl_obj.o .libs/isl_options.o .libs/isl_output.o .libs/isl_point.o .libs/isl_polynomial.o .libs/isl_printer.o .libs/print.o .libs/isl_range.o .libs/isl_reordering.o .libs/isl_sample.o .libs/isl_scan.o .libs/isl_schedule.o .libs/isl_schedule_band.o .libs/isl_schedule_node.o .libs/isl_schedule_read.o .libs/isl_schedule_tree.o .libs/isl_schedule_constraints.o .libs/isl_scheduler.o .libs/isl_set_list.o .libs/isl_sort.o .libs/isl_space.o .libs/isl_stream.o .libs/isl_seq.o .libs/isl_tab.o .libs/isl_tab_pip.o .libs/isl_tarjan.o .libs/isl_transitive_closure.o .libs/isl_union_map.o .libs/isl_val.o .libs/isl_vec.o .libs/isl_version.o .libs/isl_vertices.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -lgmp -malign-double -Wl,-soname -Wl,libisl.so.15 -o .libs/libisl.so.15.3.0 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_detect_equalities polyhedron_detect_equalities.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_detect_equalities polyhedron_detect_equalities.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test_int isl_test_int.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test_int isl_test_int.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_bound bound.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_bound bound.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_sample polyhedron_sample.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_sample polyhedron_sample.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polytope_scan polytope_scan.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polytope_scan polytope_scan.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_cat cat.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_cat cat.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_codegen codegen.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_codegen codegen.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_minimize polyhedron_minimize.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_polyhedron_minimize polyhedron_minimize.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_closure closure.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_closure closure.o ./.libs/libisl.so -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_pip pip.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_pip pip.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_schedule schedule.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_schedule schedule.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test isl_test.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -w -O2 -march=native -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -o .libs/isl_test isl_test.o -L/home/linuxbrew/.linuxbrew/opt/gmp/lib ./.libs/libisl.so -lgmp -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
2020-11-02 18:27:02 +0000
../configure
--prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6
--libdir=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib/gcc/5
--enable-languages=c,c++,fortran,objc,obj-c++
--program-suffix=-5
--with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp
--with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr
--with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc
--with-isl=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec
--with-system-zlib
--enable-libstdcxx-time=yes
--enable-stage1-checking
--enable-checking=release
--enable-lto
--enable-plugin
--disable-werror
--disable-nls
--with-pkgversion=Homebrew GCC 5.5.0_6
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues
--with-boot-ldflags=-static-libstdc++ -static-libgcc
--disable-multilib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... mawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for gcc... gcc-5
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-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++-5 accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for compatible ISL... yes
The following languages will be built: c,c++,fortran,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
zlib target-libmpx gnattools gotools target-libada target-libgo target-libffi target-libbacktrace target-zlib target-libjava target-liboffloadmic target-boehm-gc
(Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... no
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... no
/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing: 81: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing: makeinfo: not found
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... dlltool
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... windres
checking for windmc... windmc
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... dlltool
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objcopy... no
checking for objcopy... objcopy
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... windres
checking for windmc... no
checking for windmc... windmc
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
gcc-5 called with: -E /tmp/cgr92tFy/dummy.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E /tmp/cgr92tFy/dummy.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -v
superenv executed: gcc-5 -v
gcc-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: --version
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -v
superenv executed: g++-5 -v
g++-5 called with: -V
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -qversion
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -qversion -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -c conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
g++-5 called with: -c -g conftest.cpp
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: g++-5 -pipe -O2 -march=native -c -g conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -print-prog-name=ld
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -print-prog-name=ld -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
g++-5 called with: -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -O2 -march=native -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.adb
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.adb -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -o conftest -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -L/home/linuxbrew/.linuxbrew/opt/mpfr/lib -L/home/linuxbrew/.linuxbrew/opt/libmpc/lib -lmpc -lmpfr -lgmp
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include conftest.c -L/home/linuxbrew/.linuxbrew/opt/gmp/lib -L/home/linuxbrew/.linuxbrew/opt/mpfr/lib -L/home/linuxbrew/.linuxbrew/opt/libmpc/lib -lmpc -lmpfr -lgmp -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 -I/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include -L/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -lisl conftest.c -lisl
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -I/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/include -I/home/linuxbrew/.linuxbrew/opt/gmp/include -I/home/linuxbrew/.linuxbrew/opt/mpfr/include -I/home/linuxbrew/.linuxbrew/opt/libmpc/include -L/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/lib -lisl conftest.c -lisl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gmp/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/mpfr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libmpc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/binutils/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-5 called with: -c conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-5 called with: -c -g conftest.c
superenv added: -pipe -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -pipe -O2 -march=native -c -g conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -E conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-5 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include
This file has been truncated, but you can view the full file.
2020-11-02 18:27:06 +0000
make
bootstrap
echo stage3 > stage_final
make[1]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build'
make[2]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build'
make[2]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build'
make[2]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build'
mkdir -p -- build-x86_64-unknown-linux-gnu/libiberty
mkdir -p -- build-x86_64-unknown-linux-gnu/fixincludes
mkdir -p -- build-x86_64-unknown-linux-gnu/libcpp
Configuring stage 1 in ./libiberty
Configuring stage 1 in ./libdecnumber
Configuring stage 1 in ./libbacktrace
Configuring stage 1 in ./intl
Configuring in build-x86_64-unknown-linux-gnu/libiberty
Configuring in build-x86_64-unknown-linux-gnu/fixincludes
Configuring in build-x86_64-unknown-linux-gnu/libcpp
Configuring stage 1 in ./lto-plugin
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing makeinfo --split-size=5000000 --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... checking build system type... x86_64-unknown-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... configure: creating cache ./config.cache
x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether /usr/bin/make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
checking build system type... x86_64-unknown-linux-gnu
checking target system type... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing makeinfo --split-size=5000000 --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking build system type... x86_64-unknown-linux-gnu
checking whether /usr/bin/make sets $(MAKE)... x86_64-unknown-linux-gnu
checking host system type... checking for xgettext... no
checking build system type... checking for msgmerge... no
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
a.out
checking whether the C compiler works... checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works...
yes
checking for suffix of object files... checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... a.out
checking whether the C compiler works... checking for C compiler default output file name... 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...
checking for suffix of object files... o
checking whether we are using the GNU C compiler...
checking for suffix of object files...
checking for suffix of object files... a.out
checking whether the C compiler works... yes
o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether gcc-5 accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-5 accepts -g... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking for gcc-5 option to accept ISO C89... yes
checking whether gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... yes
checking whether gcc-5 accepts -g...
checking for suffix of object files... yes
checking whether gcc-5 accepts -g... yes
checking whether gcc-5 accepts -g... yes
checking for gcc-5 option to accept ISO C89... yes
checking for gcc-5 option to accept ISO C89... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
checking for gcc-5 option to accept ISO C89... none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc-5 supports -W... yes
checking for gcc-5 option to accept ISO C89... yes
checking whether gcc-5 accepts -g... none needed
none needed
none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
gcc-5 -E
checking build system type... checking whether gcc-5 supports -Wall... x86_64-unknown-linux-gnu
checking host system type... none needed
checking how to run the C preprocessor... yes
checking for gcc-5 option to accept ISO C89... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for library containing strerror... no
checking how to run the C preprocessor... yes
checking whether gcc-5 supports -Wwrite-strings... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking whether we are using the GNU C++ compiler... none needed
checking for special C compiler options needed for large files... no
gcc-5 -E
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether gcc-5 supports -Wstrict-prototypes... gcc-5 -E
none required
checking how to run the C preprocessor... yes
checking whether g++-5 accepts -g... no
checking how to run the C preprocessor... yes
checking whether gcc-5 supports -Wmissing-prototypes... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
gcc-5 -E
checking whether gcc-5 supports -W... checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... yes
checking whether gcc-5 supports -Wold-style-definition... yes
yes
gcc-5 -E
checking for a thread-safe mkdir -p... checking whether gcc-5 supports -Wall... /bin/mkdir -p
checking for gawk... mawk
checking whether /usr/bin/make sets $(MAKE)... gcc-5 -E
yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
/bin/grep -E
checking for ANSI C header files... checking whether gcc-5 supports -Wmissing-format-attribute... yes
yes
checking whether gcc-5 supports -Wwrite-strings... checking for sys/types.h... checking whether gcc-5 supports -W... yes
checking for grep that handles long lines and -e... checking whether gcc-5 supports -Wcast-qual... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for ANSI C header files... checking whether gcc-5 supports -Wc++-compat... yes
yes
checking whether gcc-5 supports -Wall... checking for sys/stat.h... yes
checking for C compiler default output file name... checking whether gcc-5 supports -pedantic -Wlong-long... yes
checking whether gcc-5 supports -Wstrict-prototypes... yes
checking for sys/types.h... yes
yes
checking whether gcc-5 supports -Wwrite-strings... yes
checking how to run the C preprocessor... yes
checking whether gcc-5 supports -pedantic ... checking for stdlib.h... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for sys/stat.h... yes
yes
checking whether gcc-5 and cc understand -c and -o together... checking whether gcc-5 supports -Wc++-compat... yes
yes
checking for an ANSI C-conforming const... checking for string.h... gcc-5 -E
yes
checking for suffix of object files... yes
checking whether gcc-5 supports -Wstrict-prototypes... checking for stdlib.h... yes
checking for inline... yes
yes
checking for sys/types.h... checking for memory.h... o
checking whether we are using the GNU C compiler... inline
yes
checking for grep that handles long lines and -e... checking whether gcc-5 supports -pedantic ... checking for sys/types.h... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for string.h... yes
yes
checking whether gcc-5 accepts -g... yes
checking for sys/stat.h... yes
checking whether gcc-5 and cc understand -c and -o together... checking for strings.h... yes
checking for sys/stat.h... yes
checking for gcc-5 option to accept ISO C89... yes
checking for memory.h... yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... yes
yes
checking for inttypes.h... none needed
checking for stdlib.h... yes
checking for style of include used by /usr/bin/make... checking for inline... yes
GNU
checking dependency style of gcc-5... checking for strings.h... yes
checking for string.h... inline
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdint.h... checking for string.h... yes
yes
checking for sys/types.h... checking for inttypes.h... gcc3
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for memory.h... checking for an ANSI C-conforming const... yes
checking for unistd.h... yes
yes
checking for memory.h... checking for sys/stat.h... no
yes
checking whether gcc-5 supports -Wall... checking for stdint.h... yes
checking for inline... yes
checking for strings.h... yes
yes
checking minix/config.h usability... yes
yes
checking for -static-libgcc... inline
checking for grep that handles long lines and -e... checking for strings.h... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for stdlib.h... yes
checking for unistd.h... yes
checking for inttypes.h... yes
yes
no
checking minix/config.h presence... yes
checking for string.h... checking how to print strings... checking for inttypes.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... printf
checking for a sed that does not truncate output... yes
/bin/sed
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for stdint.h... /bin/grep -F
checking for ld used by gcc-5... checking for sys/stat.h... yes
yes
ld
checking if the linker (ld) is GNU ld... checking for memory.h... checking for stdint.h... yes
checking for stdlib.h... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... no
checking minix/config.h presence... yes
yes
checking for a sed that does not truncate output... /bin/sed
checking for unistd.h... checking whether gcc-5 supports -W... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for string.h... yes
checking for strings.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for sys/types.h... checking for ld option to reload object files... checking whether gcc-5 supports -Wall... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc-5 object... yes
yes
checking for memory.h... checking minix/config.h usability... yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for sys/stat.h... checking for inttypes.h... yes
yes
yes
checking whether gcc-5 supports -Wwrite-strings... checking for off_t... checking for strings.h... yes
checking for stdlib.h... yes
no
checking minix/config.h presence... yes
checking for inttypes.h... checking whether gcc-5 supports -Wstrict-prototypes... yes
checking for stdint.h... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
checking for string.h... checking for stdint.h... yes
checking whether gcc-5 supports -Wmissing-prototypes... yes
yes
yes
checking for memory.h... checking how to run the C preprocessor... checking for unistd.h... checking for unistd.h... yes
yes
checking for size_t... checking whether gcc-5 supports -Wold-style-definition... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking whether byte ordering is bigendian... checking for strings.h... yes
yes
checking whether gcc-5 supports -Wmissing-format-attribute... gcc-5 -E
no
checking ctype.h usability... yes
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc-5 supports -W... checking for inttypes.h... yes
yes
checking whether gcc-5 supports -Woverlength-strings... checking for stdint.h... yes
checking whether gcc-5 supports -Wall... yes
checking ctype.h presence... checking for ANSI C header files... yes
yes
checking whether gcc-5 supports -pedantic -Wlong-long... yes
checking for working alloca.h... checking for unistd.h... yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking whether gcc-5 supports -Wnarrowing... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for ANSI C header files... (cached) yes
checking for sys/file.h... checking stddef.h usability... checking whether byte ordering is bigendian... yes
checking for alloca... yes
yes
checking whether gcc-5 supports -Wwrite-strings... yes
checking stddef.h presence... checking for sys/param.h... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
yes
checking whether gcc-5 supports -Wmissing-format-attribute... checking for string.h... (cached) yes
checking for limits.h... checking stdio.h usability... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for getpagesize... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for malloc.h... checking whether gcc-5 supports -Wstrict-prototypes... checking fcntl.h usability... yes
yes
checking stdio.h presence... checking for sys/types.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdio.h... yes
yes
yes
checking for strings.h... (cached) yes
checking for working mmap... checking whether gcc-5 supports -Wmissing-prototypes... yes
looking for a compliant stdint.h in stdint.h, checking fcntl.h presence... checking for uintmax_t... checking for sys/time.h... yes
yes
checking for sys/param.h... checking for sys/stat.h... yes
checking for fcntl.h... yes
yes
yes
checking whether gcc-5 supports -Wold-style-definition... checking sys/file.h usability... checking for time.h... yes
checking for limits.h... yes
yes
checking for stdlib.h... checking for sys/resource.h... yes
yes
yes
checking for a thread-safe mkdir -p... checking whether gcc-5 supports -Wc++-compat... yes
checking for uintptr_t... /bin/mkdir -p
checking for gawk... mawk
checking whether /usr/bin/make sets $(MAKE)... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc-5
yes
yes
checking sys/file.h presence... yes
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/stat.h... (cached) yes
yes
yes
checking for sys/mman.h... checking whether gcc-5 supports -pedantic -Wlong-long... checking for string.h... yes
yes
checking whether integer division by zero raises SIGFPE... yes
checking for sys/file.h... yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for clearerr_unlocked... checking for fcntl.h... checking for strings.h... (cached) yes
yes
checking whether gcc-5 supports -fno-exceptions... checking for sys/time.h... yes
checking for int_least32_t... yes
yes
checking for memory.h... checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc-5 accepts -g... (cached) yes
yes
checking for gcc-5 option to accept ISO C89... (cached) none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for alloca.h... checking for gawk... (cached) mawk
checking how to print strings... yes
checking for time.h... checking whether gcc-5 supports -fno-rtti... yes
checking for inttypes.h... yes
checking for feof_unlocked... yes
printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... checking for sys/pstat.h... yes
/bin/grep -F
checking for ld used by gcc-5... checking for sys/resource.h... yes
yes
checking for strings.h... ld
checking if the linker (ld) is GNU ld... yes
yes
checking for int_fast32_t... checking for stdint.h... no
checking for sys/sysmp.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/stat.h... (cached) yes
checking dependency style of g++-5... checking for sys/mman.h... yes
checking for ferror_unlocked... no
yes
checking for sys/sysinfo.h... yes
checking for unsigned long long... checking for inttypes.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for fcntl.h... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc-5 object... checking for machine/hal_sysinfo.h... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking for uint64_t... yes
yes
yes
yes
checking for inttypes.h... checking for alloca.h... checking for stdint.h... checking for fflush_unlocked... no
checking for sys/table.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/pstat.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
yes
checking for sys/sysctl.h... checking for unistd.h... yes
yes
yes
checking what to include in gstdint.h... checking locale.h usability... stdint.h (already complete)
checking for an ANSI C-conforming const... no
no
checking for ld used by GCC... checking for sys/sysmp.h... ok
yes
checking for fgetc_unlocked... ld
checking if the linker (ld) is GNU ld... checking for sys/systemcfg.h... yes
checking for shared library run path origin... no
yes
checking for off_t... yes
checking for sys/sysinfo.h... checking for dlfcn.h... checking for dlfcn.h... yes
checking locale.h presence... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... yes
done
checking for fgets_unlocked... checking argz.h usability... checking for machine/hal_sysinfo.h... yes
checking for locale.h... yes
checking fcntl.h usability... yes
yes
checking for objdir... yes
checking for objdir... .libs
checking for process.h... .libs
no
checking for sys/table.h... no
checking for sys/prctl.h... yes
checking argz.h presence... yes
checking for fileno_unlocked... yes
checking fcntl.h presence... no
checking for sys/sysctl.h... yes
yes
checking for argz.h... yes
checking for sys/wait.h that is POSIX.1 compatible... checking limits.h usability... yes
checking size of int... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking for sys/systemcfg.h... yes
yes
checking whether time.h and sys/time.h may both be included... checking if gcc-5 supports -fno-rtti -fno-exceptions... checking if gcc-5 supports -fno-rtti -fno-exceptions... checking for fprintf_unlocked... yes
checking limits.h presence... no
checking for stdint.h... (cached) yes
yes
checking limits.h presence... checking for stdio_ext.h... yes
checking whether errno must be declared... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking for limits.h... 4
yes
checking size of long... yes
checking for limits.h... yes
yes
checking locale.h usability... checking stddef.h usability... checking for process.h... no
no
checking size of int... checking for fputc_unlocked... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 static flag -static works... no
checking for sys/prctl.h... yes
checking locale.h presence... yes
checking stddef.h presence... yes
8
checking for sys/wait.h that is POSIX.1 compatible... checking for ANSI C header files... (cached) yes
yes
checking for locale.h... yes
yes
yes
checking for stddef.h... yes
checking nl_types.h usability... checking for fputs_unlocked... checking build system type... checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
4
checking size of long... x86_64-unknown-linux-gnu
checking host system type... checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking if gcc-5 supports -c -o file.o... x86_64-unknown-linux-gnu
yes
checking target system type... checking whether time.h and sys/time.h may both be included... yes
checking if gcc-5 supports -c -o file.o... x86_64-unknown-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
checking nl_types.h presence... yes
yes
checking whether errno must be declared... checking for fread_unlocked... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (ld -m elf_x86_64) supports shared libraries... yes
checking for nl_types.h... yes
checking sys/file.h presence... yes
yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (ld -m elf_x86_64) supports shared libraries... checking malloc.h usability... 8
checking for long long... yes
checking for sys/file.h... yes
no
checking size of int... checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for fwrite_unlocked... yes
checking malloc.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... yes
checking for malloc.h... yes
no
checking stddef.h usability... 4
checking size of long... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for getchar_unlocked... yes
checking size of long long... no
checking dynamic linker characteristics... yes
checking stddef.h presence... no
checking for an ANSI C-conforming const... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... 8
checking for getc_unlocked... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking for long long... checking whether to build static libraries... yes
checking unwind.h usability... checking for unistd.h... (cached) yes
yes
checking for inline... checking sys/param.h usability... 8
checking for a 64-bit type... inline
checking for obstacks... config.status: creating Makefile
yes
yes
checking unwind.h presence... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for putchar_unlocked... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... config.status: creating config.h
yes
checking whether to build static libraries... yes
checking for int64_t... uint64_t
checking for intptr_t... yes
checking sys/param.h presence... config.status: executing gstdint.h commands
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for sys/param.h... yes
yes
checking size of long long... checking for feof_unlocked... yes
checking for off_t... yes
checking for putc_unlocked... yes
checking for -funwind-tables option... yes
make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libdecnumber'
source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c
source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c
source='../../libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal32.c
source='../../libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal64.c
source='../../libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/decimal128.c
yes
checking for -frandom-seed=string option... checking for fgets_unlocked... yes
checking for uintptr_t... yes
checking for uint64_t... 8
checking for a 64-bit type... yes
yes
checking whether gcc-5 supports -W... checking whether abort is declared... yes
checking for size_t... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for getc_unlocked... uint64_t
checking for intptr_t... yes
checking whether gcc-5 supports -Wall... source='../../libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/bid2dpd_dpd2bid.c
yes
source='../../libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee32.c
yes
checking whether asprintf is declared... yes
yes
source='../../libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee64.c
checking for ssize_t... checking for getcwd... yes
checking whether gcc-5 supports -Wwrite-strings... configure: updating cache ./config.cache
configure: creating ./config.status
source='../../libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-5 -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/bid/host-ieee128.c
yes
checking for ssize_t... yes
yes
yes
checking whether basename is declared... checking whether gcc-5 supports -Wstrict-prototypes... checking for getegid... yes
checking for uintptr_t... yes
checking whether gcc-5 supports -Wmissing-prototypes... yes
checking for pid_t... yes
yes
checking whether errno is declared... checking for geteuid... yes
checking whether gcc-5 supports -Wold-style-definition... yes
checking for uintptr_t... no
yes
checking whether vasprintf is declared... yes
yes
checking for ssize_t... checking whether gcc-5 supports -Wmissing-format-attribute... checking for getgid... yes
checking for library containing strerror... yes
checking whether gcc-5 supports -Wcast-qual... yes
checking whether clearerr_unlocked is declared... yes
yes
checking for _Unwind_GetIPInfo... checking for getuid... yes
checking for ptrdiff_t... none required
checking for asprintf... yes
checking for pid_t... yes
checking whether feof_unlocked is declared... yes
checking __sync extensions... yes
checking for mempcpy... yes
checking for atexit... yes
yes
checking __atomic extensions... checking whether ferror_unlocked is declared... yes
checking for uint64_t... yes
checking for munmap... yes
checking for basename... yes
checking for library containing strerror... yes
checking output filetype... yes
yes
checking whether struct tm is in sys/time.h or time.h... checking whether fflush_unlocked is declared... yes
yes
checking for putenv... elf64
none required
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for bcmp... checking for asprintf... time.h
checking size of int... yes
checking whether fgetc_unlocked is declared... yes
yes
checking for setenv... yes
checking for atexit... checking for bcopy... yes
checking for uintptr_t... 4
yes
checking size of long... config.status: creating Makefile
checking whether fgets_unlocked is declared... config.status: creating config.h
yes
yes
config.status: executing depfiles commands
checking for setlocale... yes
checking for basename... checking for bsearch... config.status: executing libtool commands
yes
checking for int_least32_t... yes
checking whether fileno_unlocked is declared... yes
yes
8
checking for bcmp... checking for stpcpy... checking for clearerr_unlocked... yes
checking for bzero... yes
checking whether fprintf_unlocked is declared... yes
checking for int_fast32_t... yes
yes
yes
checking for strcasecmp... checking for feof_unlocked... checking for bcopy... yes
checking for calloc... no
checking whether fputc_unlocked is declared... yes
yes
checking for uint64_t... checking for ferror_unlocked... yes
yes
checking for bsearch... checking for strdup... yes
checking for clock... yes
checking whether fputs_unlocked is declared... yes
checking for fflush_unlocked... yes
yes
yes
checking what to include in gstdint.h... checking for bzero... checking for strtoul... stdint.h (already complete)
checking sys/mman.h usability... yes
checking for ffs... yes
checking whether fread_unlocked is declared... yes
checking sys/mman.h presence... yes
checking for fgetc_unlocked... yes
yes
checking for calloc... checking for tsearch... rm -f libdecnumber.a
yes
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
yes
checking for sys/mman.h... yes
checking for getcwd... yes
checking for mmap... make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libdecnumber'
checking whether fwrite_unlocked is declared... yes
checking for fgets_unlocked... yes
yes
checking for __argz_count... yes
checking for clock... yes
yes
checking for getpagesize... checking whether getchar_unlocked is declared... checking link.h usability... yes
checking for fileno_unlocked... yes
yes
checking for __argz_stringify... yes
yes
checking for ffs... checking whether getc_unlocked is declared... checking for gettimeofday... yes
checking link.h presence... yes
yes
checking for fprintf_unlocked... yes
checking for link.h... yes
yes
yes
checking for __argz_next... checking for dl_iterate_phdr... checking whether putchar_unlocked is declared... yes
checking for getcwd... checking for index... yes
checking for fcntl... yes
no
yes
checking for fputc_unlocked... yes
checking for __fsetlocking... checking whether putc_unlocked is declared... checking for getpagesize... yes
checking for insque... yes
checking whether strnlen is declared... yes
yes
yes
yes
checking for an ANSI C-conforming const... checking for iconv... checking for gettimeofday... checking for fputs_unlocked... yes
checking for memchr... yes
checking sys/mman.h usability... yes
checking for getexecname... yes
yes
checking for iconv declaration... yes
checking for index... yes
checking sys/mman.h presence... checking for fread_unlocked... yes
checking for memcmp... yes
checking for sys/mman.h... yes
checking for mmap... no
checking whether tests can run... 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
yes
checking for insque... checking for fwrite_unlocked... yes
yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... checking for memcpy... yes
yes
checking for LC_MESSAGES... configure: updating cache ./config.cache
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
yes
yes
checking for memchr... checking for getchar_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for memmem... yes
checking for bison... no
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
yes
configure: creating ./config.status
checking for getc_unlocked... yes
yes
checking for memcmp... checking for memmove... config.status: creating Makefile
config.status: creating mkheaders.almost
yes
yes
checking for putchar_unlocked... config.status: creating config.h
checking for memcpy... yes
checking for mempcpy... config.status: creating Makefile
config.status: creating config.intl
yes
yes
config.status: creating config.h
checking for memmem... checking for putc_unlocked... config.status: executing default-1 commands
yes
checking for memset... yes
yes
checking for memmove... checking whether abort is declared... make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/intl'
yes
checking for mkstemps... yes
yes
checking whether asprintf is declared... checking for mempcpy... yes
checking for putenv... yes
checking whether basename is declared... yes
checking for memset... yes
checking for random... yes
checking whether errno is declared... yes
checking for mkstemps... yes
checking for rename... no
checking whether getopt is declared... config.status: creating Makefile
config.status: creating backtrace-supported.h
yes
checking for putenv... config.status: creating config.h
yes
checking for rindex... config.status: executing libtool commands
yes
checking whether vasprintf is declared... config.status: executing gstdint.h commands
yes
checking for random... config.status: executing default commands
yes
yes
checking for setenv... checking whether clearerr_unlocked is declared... yes
checking for rename... make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libbacktrace'
yes
/usr/bin/make all-am
make[4]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libbacktrace'
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o atomic.lo ../../libbacktrace/atomic.c
yes
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o sort.lo ../../libbacktrace/sort.c
checking whether feof_unlocked is declared... true DO=all multi-do # /usr/bin/make
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o dwarf.lo ../../libbacktrace/dwarf.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o fileline.lo ../../libbacktrace/fileline.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o posix.lo ../../libbacktrace/posix.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o print.lo ../../libbacktrace/print.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o state.lo ../../libbacktrace/state.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o backtrace.lo ../../libbacktrace/backtrace.c
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o simple.lo ../../libbacktrace/simple.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/dwarf.c -o dwarf.o
checking for snprintf... libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/posix.c -o posix.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/fileline.c -o fileline.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/simple.c -o simple.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/sort.c -o sort.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/print.c -o print.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/state.c -o state.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/backtrace.c -o backtrace.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/atomic.c -o atomic.o
yes
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o elf.lo ../../libbacktrace/elf.c
yes
/bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o mmapio.lo ../../libbacktrace/mmapio.c
checking for rindex... /bin/bash ./libtool --tag=CC --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c -o mmap.lo ../../libbacktrace/mmap.c
checking whether ferror_unlocked is declared... libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/elf.c -o elf.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/mmap.c -o mmap.o
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../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 -c ../../libbacktrace/mmapio.c -o mmapio.o
yes
checking for sigsetmask... yes
yes
checking whether fflush_unlocked is declared... checking for setenv... yes
checking for stpcpy... yes
checking whether fgetc_unlocked is declared... yes
checking for snprintf... yes
checking for stpncpy... yes
checking whether fgets_unlocked is declared... yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking whether fileno_unlocked is declared... yes
checking for stpcpy... yes
yes
checking for strchr... checking whether fprintf_unlocked is declared... yes
checking for stpncpy... /bin/bash ./libtool --tag=CC --mode=link gcc-5 -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
no
checking whether fputc_unlocked is declared... checking for strdup... yes
checking for strcasecmp... yes
libtool: link: ar rc .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
checking whether fputs_unlocked is declared... yes
libtool: link: ranlib .libs/libbacktrace.a
checking for strncasecmp... libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
make[4]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libbacktrace'
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libbacktrace'
yes
checking for strchr... yes
checking whether fread_unlocked is declared... yes
checking for strndup... yes
yes
checking for strdup... checking whether fwrite_unlocked is declared... yes
checking for strnlen... yes
yes
checking whether getchar_unlocked is declared... checking for strncasecmp... yes
checking for strrchr... yes
yes
checking whether getc_unlocked is declared... checking for strndup... yes
checking for strstr... yes
checking whether putchar_unlocked is declared... yes
checking for strnlen... yes
checking for strtod... yes
checking whether putc_unlocked is declared... yes
checking for strrchr... yes
checking for strtol... yes
checking for working alloca.h... yes
checking for strstr... yes
checking for strtoul... yes
checking for alloca... yes
checking for strtod... yes
checking for strtoll... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for strtol... yes
checking for strtoull... yes
checking whether NLS is requested... no
checking for uchar... yes
checking for ld used by GCC... checking for strtoul... yes
ld
checking if the linker (ld) is GNU ld... checking for strverscmp... yes
checking for shared library run path origin... yes
checking for strtoll... done
yes
checking for iconv... (cached) no
checking for tmpnam... yes
checking for strtoull... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for vasprintf... yes
checking for strverscmp... yes
checking for vfprintf... config.status: creating Makefile
yes
config.status: creating config.h
checking for tmpnam... config.status: executing depdir commands
mkdir -p -- .deps
yes
checking for vprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vprintf... yes
checking for waitpid... yes
checking for vsnprintf... yes
checking for setproctitle... yes
checking for vsprintf... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for waitpid... -1
checking for vfork.h... yes
no
checking for fork... checking for setproctitle... yes
no
checking whether alloca needs Cray hooks... checking for vfork... no
checking stack direction for C alloca... yes
checking for working fork... -1
checking for vfork.h... no
checking for fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for vfork... no
checking for sys_errlist... yes
checking for working fork... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for external symbol _system_configuration... no
checking for sys_errlist... no
checking for __fsetlocking... yes
checking for sys_nerr... yes
checking for canonicalize_file_name... yes
checking for sys_siglist... yes
checking for dup3... yes
checking for external symbol _system_configuration... yes
checking for getrlimit... no
checking for __fsetlocking... yes
checking for getrusage... yes
checking for canonicalize_file_name... yes
checking for getsysinfo... yes
checking for dup3... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for getrlimit... yes
yes
checking for psignal... checking for getrusage... yes
yes
checking for pstat_getdynamic... checking for getsysinfo... no
checking for pstat_getstatic... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for realpath... yes
checking for psignal... yes
checking for setrlimit... yes
checking for pstat_getdynamic... yes
checking for sbrk... no
checking for pstat_getstatic... yes
checking for spawnve... no
checking for realpath... no
checking for spawnvpe... yes
checking for setrlimit... no
checking for strerror... yes
checking for sbrk... yes
checking for strsignal... yes
checking for spawnve... yes
checking for sysconf... no
checking for spawnvpe... yes
checking for sysctl... no
checking for strerror... yes
checking for sysmp... yes
checking for strsignal... no
checking for table... yes
checking for sysconf... no
checking for times... yes
checking for sysctl... yes
checking for wait3... yes
checking for sysmp... yes
checking for wait4... no
checking for table... yes
checking whether basename is declared... no
checking for times... no
checking whether ffs is declared... yes
checking for wait3... yes
checking whether asprintf is declared... yes
checking for wait4... no
checking whether vasprintf is declared... yes
checking whether basename is declared... no
checking whether snprintf is declared... no
yes
checking whether ffs is declared... checking whether vsnprintf is declared... yes
yes
checking whether asprintf is declared... checking whether calloc is declared... no
yes
checking whether getenv is declared... checking whether vasprintf is declared... yes
no
checking whether getopt is declared... checking whether snprintf is declared... yes
yes
checking whether malloc is declared... checking whether vsnprintf is declared... yes
yes
checking whether calloc is declared... checking whether realloc is declared... yes
yes
checking whether getenv is declared... checking whether sbrk is declared... yes
yes
checking whether strtol is declared... checking whether getopt is declared... yes
yes
checking whether malloc is declared... checking whether strtoul is declared... yes
yes
checking whether realloc is declared... checking whether strtoll is declared... yes
yes
checking whether strtoull is declared... checking whether sbrk is declared... yes
yes
checking whether strverscmp is declared... checking whether strtol is declared... no
checking whether canonicalize_file_name must be declared... yes
checking whether strtoul is 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 whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking for working strncmp... yes
checking whether strverscmp is declared... yes
configure: updating cache ./config.cache
no
checking whether canonicalize_file_name must be declared... configure: creating ./config.status
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
yes
checking for working strncmp... make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-picdir
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o noasan/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o sha1.o
make[4]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o noasan/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o noasan/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o crc32.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o
yes
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o d-demangle.o
configure: updating cache ./config.cache
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
configure: creating ./config.status
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
config.status: creating Makefile
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
config.status: creating testsuite/Makefile
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o simple-object.o
config.status: creating config.h
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
config.status: executing default commands
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o xasprintf.o
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o setproctitle.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
Configuring stage 1 in ./libcpp
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/partition.c -o noasan/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libiberty'
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/vprintf-support.c -o vprintf-support.o
configure: creating cache ./config.cache
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
checking build system type... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object.c -o simple-object.o
make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/fixincludes'
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c
x86_64-unknown-linux-gnu
checking host system type... gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o
x86_64-unknown-linux-gnu
checking target system type... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
x86_64-unknown-linux-gnu
checking whether /usr/bin/make sets $(MAKE)... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-elf.c -o simple-object-elf.o
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... gcc-5
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libcpp'
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../libcpp/charset.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../libcpp/directives.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../libcpp/directives-only.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/timeval-utils.c -o timeval-utils.o
checking for C compiler default output file name... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../libcpp/errors.c
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xasprintf.c -o xasprintf.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../libcpp/expr.c
checking for suffix of object files... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../libcpp/files.c
o
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../libcpp/identifiers.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c
gcc-5 -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../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c
yes
checking whether gcc-5 accepts -g... srcdir="../../../fixincludes" /bin/bash ../../../fixincludes/mkfixinc.sh x86_64-unknown-linux-gnu
echo "#define LOCALEDIR \"/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/share/locale\"" > localedir.new
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
sed -e 's/@gcc_version@/5.5.0/' < mkheaders.almost > mkheadersT
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
mv -f mkheadersT mkheaders
../../../libcpp/../move-if-change localedir.new localedir.h
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
echo timestamp > localedir.hs
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../libcpp/lex.c
yes
checking for gcc-5 option to accept ISO C89... g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../libcpp/line-map.c
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../libcpp/macro.c
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc-5 -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xvasprintf.c -o xvasprintf.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/setproctitle.c -o setproctitle.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o
echo timestamp > full-stamp
none needed
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/fixincludes'
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../libcpp/mkdeps.c
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/regex.c -o pic/regex.o; \
else true; fi
make[4]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../libcpp/pch.c
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../libcpp/symtab.c
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../libcpp/traditional.c
g++-5 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../libcpp/init.c
checking whether we are using the GNU C++ compiler... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sha1.c -o pic/sha1.o; \
else true; fi
yes
checking whether g++-5 accepts -g... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/argv.c -o pic/argv.o; \
else true; fi
yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc-5 -E
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
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
ar: `u' modifier ignored since `D' is the default (see `U')
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o
ranlib libcpp.a
checking for grep that handles long lines and -e... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/build-x86_64-unknown-linux-gnu/libcpp'
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o
yes
checking for sys/types.h... yes
checking for sys/stat.h... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/d-demangle.c -o d-demangle.o
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... if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc-5 -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o
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-5 supports -W... yes
checking whether gcc-5 supports -Wall... yes
checking whether gcc-5 supports -Wnarrowing... yes
checking whether gcc-5 supports -Wwrite-strings... yes
checking whether gcc-5 supports -Wmissing-format-attribute... yes
checking whether gcc-5 supports -Wstrict-prototypes... yes
checking whether gcc-5 supports -Wmissing-prototypes... yes
checking whether gcc-5 supports -Wold-style-definition... yes
checking whether gcc-5 supports -Wc++-compat... yes
checking whether gcc-5 supports -pedantic -Wlong-long... yes
checking whether gcc-5 supports -fno-exceptions... yes
checking whether gcc-5 supports -fno-rtti... yes
checking dependency style of g++-5... gcc3
checking whether time.h and sys/time.h may both be included... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
yes
checking whether string.h and strings.h may both be included... make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libiberty'
yes
checking locale.h usability... make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin'
/usr/bin/make all-am
make[4]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin'
/bin/bash ./libtool --tag=CC --tag=disable-static --mode=compile gcc-5 -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c
libtool: compile: gcc-5 -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
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... /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link gcc-5 -Wall -g -Wc,-static-libgcc -module -bindir /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/gcc/x86_64-unknown-linux-gnu/5.5.0 -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/gcc/x86_64-unknown-linux-gnu/5.5.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
yes
checking stddef.h presence... yes
checking for stddef.h... yes
libtool: link: gcc-5 -shared -fPIC -DPIC .libs/lto-plugin.o -static-libgcc -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
yes
checking sys/file.h presence... libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin/../gcc/liblto_plugin.so.0.0.0
libtool: install: (cd /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
libtool: install: (cd /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin/../gcc/liblto_plugin.la
libtool: install: warning: remember to run `libtool --finish /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/libexec/gcc/x86_64-unknown-linux-gnu/5.5.0'
make[4]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin'
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/lto-plugin'
yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
Configuring stage 1 in ./gcc
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... configure: creating cache ./config.cache
checking build system type... yes
checking for off_t... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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-unknown-linux-gnu-gcc... gcc-5
yes
checking for size_t... 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... yes
checking for ssize_t...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-5 accepts -g... yes
checking for uintptr_t... yes
checking for gcc-5 option to accept ISO C89... none needed
yes
checking for ptrdiff_t... checking whether we are using the GNU C++ compiler... yes
checking whether g++-5 accepts -g... yes
checking for uint64_t... yes
checking for x86_64-unknown-linux-gnu-gnatbind... no
checking for x86_64-unknown-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada... no
checking how to run the C preprocessor... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... gcc-5 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 4
checking size of long... 8
checking for clearerr_unlocked... yes
yes
checking for sys/types.h... checking for feof_unlocked... yes
checking for sys/stat.h... yes
checking for ferror_unlocked... yes
checking for stdlib.h... yes
checking for fflush_unlocked... yes
checking for string.h... yes
yes
checking for fgetc_unlocked... checking for memory.h... yes
checking for strings.h... yes
checking for fgets_unlocked... yes
checking for inttypes.h... yes
checking for fileno_unlocked... yes
checking for stdint.h... yes
checking for fprintf_unlocked... yes
checking for unistd.h... no
checking for fputc_unlocked... yes
checking minix/config.h usability... yes
checking for fputs_unlocked... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for fread_unlocked... yes
checking how to run the C preprocessor... gcc-5 -E
yes
checking for fwrite_unlocked... 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... yes
checking for getchar_unlocked... no
checking size of void *... yes
checking for getc_unlocked... 8
checking size of short... yes
checking for putchar_unlocked... 2
checking size of int... yes
checking for putc_unlocked... yes
4
checking size of long... checking whether abort is declared... yes
checking whether asprintf is declared... 8
checking for long long... yes
checking whether basename is declared... yes
checking whether errno is declared... yes
checking size of long long... no
checking whether getopt is declared... 8
checking for int8_t... yes
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking for int16_t... yes
checking whether feof_unlocked is declared... yes
yes
checking for int32_t... checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking for int64_t... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for long long int... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... yes
checking for intmax_t... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking for intptr_t... yes
checking whether fread_unlocked is declared... yes
checking for uint8_t... yes
checking whether fwrite_unlocked is declared... yes
checking for uint16_t... yes
checking whether getchar_unlocked is declared... yes
checking for uint32_t... yes
checking whether getc_unlocked is declared... yes
checking for uint64_t... yes
checking whether putchar_unlocked is declared... yes
checking for unsigned long long int... yes
checking whether putc_unlocked is declared... yes
checking for uintmax_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for uintptr_t... 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... yes
checking for int64_t underlying type...
checking for ld used by GCC... long
ld
checking if the linker (ld) is GNU ld... checking whether gcc-5 supports -W... yes
checking for shared library run path origin... yes
checking whether gcc-5 supports -Wall... done
checking for iconv... yes
checking whether gcc-5 supports -Wnarrowing... yes
checking whether gcc-5 supports -Wwrite-strings... yes
checking for iconv declaration... yes
checking whether gcc-5 supports -Wcast-qual... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
yes
checking whether gcc-5 supports -Wformat... yes
checking whether gcc-5 supports -Wstrict-prototypes... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether gcc-5 supports -Wmissing-prototypes... yes
checking whether gcc-5 supports -Wmissing-format-attribute... yes
checking whether gcc-5 supports -Woverloaded-virtual... config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
yes
checking whether gcc-5 supports -Wold-style-definition... yes
checking whether gcc-5 supports -Wc++-compat... make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libcpp'
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c
echo "#define LOCALEDIR \"/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/share/locale\"" > localedir.new
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c
../../libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c
yes
checking whether gcc-5 supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c
g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c
checking whether gcc-5 supports -fno-exceptions... g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c
yes
checking whether gcc-5 supports -fno-rtti... g++-5 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c
yes
checking whether gcc-5 supports -fasynchronous-unwind-tables... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
checking for VALGRIND_DISCARD in <memcheck.h>... no
checking for multiarch configuration... auto
configure: WARNING: fixed-point is not supported for this target, ignored
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gawk... mawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... (cached) no
configure: WARNING:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... yes
checking for flex... /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing flex
checking for bison... /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/missing bison
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... 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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcpp.a
make[3]: Leaving directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/libcpp'
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking 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 ftw.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... yes
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++-5 -E
checking for unordered_map... no
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of g++-5... 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 popen... yes
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking for madvise... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether ffs is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking whether madvise is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for F_SETLKW... yes
checking if mkdir takes one argument... no
Using `../../gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
../../gcc/config/vxworks-dummy.h
../../gcc/config/i386/biarch64.h
../../gcc/config/i386/i386.h
../../gcc/config/i386/unix.h
../../gcc/config/i386/att.h
../../gcc/config/dbxelf.h
../../gcc/config/elfos.h
../../gcc/config/gnu-user.h
../../gcc/config/glibc-stdint.h
../../gcc/config/i386/x86-64.h
../../gcc/config/i386/gnu-user-common.h
../../gcc/config/i386/gnu-user64.h
../../gcc/config/linux.h
../../gcc/config/linux-android.h
../../gcc/config/i386/linux-common.h
../../gcc/config/i386/linux64.h
../../gcc/config/initfini-array.h
Using host-linux.o for host machine hooks.
checking for __cxa_atexit... yes
checking whether NLS is requested... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc-5... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc-5 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc-5 supports -fno-rtti -fno-exceptions... no
checking for gcc-5 option to produce PIC... -fPIC -DPIC
checking if gcc-5 PIC flag -fPIC -DPIC works... yes
checking if gcc-5 static flag -static works... yes
checking if gcc-5 supports -c -o file.o... yes
checking if gcc-5 supports -c -o file.o... (cached) yes
checking whether the gcc-5 linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++-5 -E
checking for ld used by g++-5... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++-5 linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++-5 option to produce PIC... -fPIC -DPIC
checking if g++-5 PIC flag -fPIC -DPIC works... yes
checking if g++-5 static flag -static works... yes
checking if g++-5 supports -c -o file.o... yes
checking if g++-5 supports -c -o file.o... (cached) yes
checking whether the g++-5 linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for as... /home/linuxbrew/.linuxbrew/opt/binutils/bin/as
checking what assembler to use... /home/linuxbrew/.linuxbrew/opt/binutils/bin/as
checking for ld... /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld
checking whether we are using gold... no
checking what linker to use... /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/ld
checking for nm... /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm
checking what nm to use... /home/linuxbrew/.linuxbrew/opt/binutils/bin/nm
checking for objdump... /home/linuxbrew/.linuxbrew/opt/binutils/bin/objdump
checking what objdump to use... /home/linuxbrew/.linuxbrew/opt/binutils/bin/objdump
checking for readelf... /home/linuxbrew/.linuxbrew/opt/binutils/bin/readelf
checking what readelf to use... /home/linuxbrew/.linuxbrew/opt/binutils/bin/readelf
checking assembler flags... --64
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking linker read-only and read-write section mixing... read-write
checking for .preinit_array/.init_array/.fini_array support... yes
checking assembler for .sleb128 and .uleb128... yes
checking assembler for cfi directives... yes
checking assembler for working cfi advance... yes
checking assembler for cfi personality directive... yes
checking assembler for cfi sections directive... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for stabs directive... yes
checking assembler for COMDAT group support (GNU as)... yes
checking assembler for line table discriminator support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking linker --demangle support... yes
checking linker plugin support... 2
checking assembler for .section with e... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for fildq and fistpq mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for .quad directive... yes
checking assembler for sahf mnemonic... yes
checking assembler for interunit movq mnemonic... yes
checking assembler for hle prefixes... yes
checking assembler for swap suffix... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... yes
checking assembler for rep and lock prefix... yes
checking assembler for ud2 mnemonic... yes
checking assembler for R_386_TLS_GD_PLT reloc... no
checking assembler for R_386_TLS_LDM_PLT reloc... no
checking assembler for R_386_TLS_LDM reloc... no
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.23
checking assembler for gnu_unique_object... yes
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker CIEv3 in .eh_frame support... yes
checking linker position independent executable support... yes
checking linker PIE support with copy reloc... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker EH garbage collection of sections bug... no
checking linker for compressed debug sections... 1
checking linker --as-needed support... yes
checking linker mapfile support for clearing hardware capabilities... no
checking linker --build-id support... yes
checking linker *_sol2 emulation support... no
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
checking sys/sdt.h in the target C library... no
checking dl_iterate_phdr in target C library... unknown
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to avoid linking multiple front-ends at once... no
Links are now set up to build a native compiler for x86_64-unknown-linux-gnu.
checking Checking for isl_schedule_constraints_compute_schedule... yes
checking Checking for isl_options_set_schedule_serialize_sccs... yes
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... -ldl
checking for -fPIC -shared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- java/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
config.status: executing default commands
make[3]: Entering directory '/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/bash ../../gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/x86-64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/linux.h config/linux-android.h config/i386/linux-common.h config/i386/linux64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \
/bin/bash ../../gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \
/bin/bash ../../gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/bash ../../gcc/mkconfig.sh bconfig.h
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-DBASEVER="\"5.5.0\"" -DDATESTAMP="\"\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\"\"" -DPKGVERSION="\"(Homebrew GCC 5.5.0_6) \"" \
-DBUGURL="\"<https://github.com/Homebrew/homebrew-core/issues>\"" -o build/version.o ../../gcc/version.c
LC_ALL=C ; export LC_ALL ; \
mawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/java/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/fused-madd.opt ../../gcc/config/i386/i386.opt ../../gcc/config/gnu-user.opt ../../gcc/config/linux.opt ../../gcc/config/linux-android.opt > tmp-optionlist
/bin/bash ../../gcc/../move-if-change tmp-gi.list gtyp-input.list
echo "#define BUILDING_GCC_MAJOR `echo 5.5.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
echo timestamp > s-gtyp-input
echo "#define BUILDING_GCC_MINOR `echo 5.5.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo "#define BUILDING_GCC_PATCHLEVEL `echo 5.5.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
echo timestamp > s-bversion
if test no = yes \
|| test -n "m64=:x86_64-linux-gnu m32=../lib:i386-linux-gnu mx32=../libx32:x86_64-linux-gnux32"; then \
/bin/bash ../../gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=:x86_64-linux-gnu m32=../lib:i386-linux-gnu mx32=../libx32:x86_64-linux-gnux32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/bash ../../gcc/genmultilib '' '' '' '' '' '' '' '' \
"i386-linux-gnu" '' no \
> tmp-mlib.h; \
fi
lsf="../../gcc/cp/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc/||' > tmp-specs.h
rm -f tmp-all-tree.def
/bin/bash ../../gcc/../move-if-change tmp-specs.h specs.h
echo '#include "tree.def"' > tmp-all-tree.def
mawk -f ../../gcc/gen-pass-instances.awk \
../../gcc/passes.def > pass-instances.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo timestamp > s-specs
mawk -f ../../gcc/config/i386/i386-builtin-types.awk ../../gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
echo "g++-5 -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \
&& ../../gcc/../move-if-change checksum-options.tmp checksum-options
/bin/bash ../../gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc/||' >> tmp-all-tree.def
cp ../../gcc/gcc-ar.c gcc-nm.c
cp ../../gcc/gcc-ar.c gcc-ranlib.c
/bin/bash ../../gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-i386-bt
/bin/bash ../../gcc/../move-if-change tmp-all-tree.def all-tree.def
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/bash ../../gcc/mkconfig.sh tconfig.h
cat ../../gcc/config/i386/pmm_malloc.h > mm_malloc.h
(echo "@set version-GCC 5.5.0"; \
if [ "" = "experimental" ]; \
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > gcc-vers.texiT
echo timestamp > s-options
echo timestamp > s-alltree
echo timestamp > gpl.pod
echo @set srcdir /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/gcc/../../gcc >> gcc-vers.texiT
perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/include/gpl_v3.texi > gpl.pod
if [ -n "(Homebrew GCC 5.5.0_6) " ]; then \
echo "@set VERSION_PACKAGE (Homebrew GCC 5.5.0_6) " >> gcc-vers.texiT; \
fi
echo "@set BUGURL @uref{https://github.com/Homebrew/homebrew-core/issues}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ../../gcc/../contrib/texi2pod.pl line 319.
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-o build/genhooks.o ../../gcc/genhooks.c
/bin/bash ../../gcc/../move-if-change tmp-mlib.h multilib.h
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-o build/genchecksum.o ../../gcc/genchecksum.c
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-o build/genenums.o ../../gcc/genenums.c
mawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
-f ../../gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
mawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
-f ../../gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c
echo timestamp > s-mlib
echo timestamp > gcc.pod
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-o build/genmddeps.o ../../gcc/genmddeps.c
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
-o build/read-md.o ../../gcc/read-md.c
perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod
g++-5 -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
[...snip...]
0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c -o spread_i1.lo `test -f '../../../libgfortran/generated/spread_i1.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i1.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c ../../../libgfortran/generated/unpack_r16.c -o unpack_r16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c ../../../libgfortran/generated/unpack_c10.c -fPIC -DPIC -o .libs/unpack_c10.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c ../../../libgfortran/generated/unpack_c16.c -fPIC -DPIC -o .libs/unpack_c16.o
mv -f .deps/unpack_i8.Tpo .deps/unpack_i8.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c -o spread_i2.lo `test -f '../../../libgfortran/generated/spread_i2.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i2.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c ../../../libgfortran/generated/spread_i1.c -fPIC -DPIC -o .libs/spread_i1.o
mv -f .deps/unpack_r8.Tpo .deps/unpack_r8.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c -o spread_i4.lo `test -f '../../../libgfortran/generated/spread_i4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i4.c
mv -f .deps/unpack_i16.Tpo .deps/unpack_i16.Plo
mv -f .deps/unpack_r4.Tpo .deps/unpack_r4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c -o spread_i8.lo `test -f '../../../libgfortran/generated/spread_i8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i8.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c -o spread_i16.lo `test -f '../../../libgfortran/generated/spread_i16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i16.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c ../../../libgfortran/generated/spread_i2.c -fPIC -DPIC -o .libs/spread_i2.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c ../../../libgfortran/generated/unpack_c4.c -o unpack_c4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c ../../../libgfortran/generated/spread_i4.c -fPIC -DPIC -o .libs/spread_i4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c ../../../libgfortran/generated/spread_i8.c -fPIC -DPIC -o .libs/spread_i8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c ../../../libgfortran/generated/spread_i16.c -fPIC -DPIC -o .libs/spread_i16.o
mv -f .deps/unpack_r10.Tpo .deps/unpack_r10.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c -o spread_r4.lo `test -f '../../../libgfortran/generated/spread_r4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r4.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c ../../../libgfortran/generated/unpack_c8.c -o unpack_c8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c ../../../libgfortran/generated/spread_r4.c -fPIC -DPIC -o .libs/spread_r4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c ../../../libgfortran/generated/unpack_c10.c -o unpack_c10.o >/dev/null 2>&1
mv -f .deps/unpack_r16.Tpo .deps/unpack_r16.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c ../../../libgfortran/generated/spread_i1.c -o spread_i1.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c -o spread_r8.lo `test -f '../../../libgfortran/generated/spread_r8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r8.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c ../../../libgfortran/generated/unpack_c16.c -o unpack_c16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c ../../../libgfortran/generated/spread_i2.c -o spread_i2.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c ../../../libgfortran/generated/spread_i16.c -o spread_i16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c ../../../libgfortran/generated/spread_i4.c -o spread_i4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c ../../../libgfortran/generated/spread_r8.c -fPIC -DPIC -o .libs/spread_r8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c ../../../libgfortran/generated/spread_i8.c -o spread_i8.o >/dev/null 2>&1
mv -f .deps/unpack_c4.Tpo .deps/unpack_c4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c -o spread_r10.lo `test -f '../../../libgfortran/generated/spread_r10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r10.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c ../../../libgfortran/generated/spread_r4.c -o spread_r4.o >/dev/null 2>&1
mv -f .deps/unpack_c8.Tpo .deps/unpack_c8.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c ../../../libgfortran/generated/spread_r10.c -fPIC -DPIC -o .libs/spread_r10.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c -o spread_r16.lo `test -f '../../../libgfortran/generated/spread_r16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r16.c
mv -f .deps/spread_i1.Tpo .deps/spread_i1.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c -o spread_c4.lo `test -f '../../../libgfortran/generated/spread_c4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c4.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c ../../../libgfortran/generated/spread_r16.c -fPIC -DPIC -o .libs/spread_r16.o
mv -f .deps/spread_i2.Tpo .deps/spread_i2.Plo
mv -f .deps/unpack_c10.Tpo .deps/unpack_c10.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c -o spread_c8.lo `test -f '../../../libgfortran/generated/spread_c8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c8.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c -o spread_c10.lo `test -f '../../../libgfortran/generated/spread_c10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c10.c
mv -f .deps/spread_i16.Tpo .deps/spread_i16.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c -o spread_c16.lo `test -f '../../../libgfortran/generated/spread_c16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c16.c
mv -f .deps/unpack_c16.Tpo .deps/unpack_c16.Plo
mv -f .deps/spread_i4.Tpo .deps/spread_i4.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c ../../../libgfortran/generated/spread_c4.c -fPIC -DPIC -o .libs/spread_c4.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c -o cshift0_i1.lo `test -f '../../../libgfortran/generated/cshift0_i1.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i1.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c -o cshift0_i2.lo `test -f '../../../libgfortran/generated/cshift0_i2.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i2.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c ../../../libgfortran/generated/spread_r8.c -o spread_r8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c ../../../libgfortran/generated/spread_c8.c -fPIC -DPIC -o .libs/spread_c8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c ../../../libgfortran/generated/spread_c10.c -fPIC -DPIC -o .libs/spread_c10.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c ../../../libgfortran/generated/spread_c16.c -fPIC -DPIC -o .libs/spread_c16.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c ../../../libgfortran/generated/cshift0_i1.c -fPIC -DPIC -o .libs/cshift0_i1.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c ../../../libgfortran/generated/cshift0_i2.c -fPIC -DPIC -o .libs/cshift0_i2.o
mv -f .deps/spread_r4.Tpo .deps/spread_r4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c -o cshift0_i4.lo `test -f '../../../libgfortran/generated/cshift0_i4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i4.c
mv -f .deps/spread_i8.Tpo .deps/spread_i8.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc -nostdinc++ -L/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/x86_64-unknown-linux-gnu/libstdc++-v3/src -L/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs -L/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I. -I../../../../libsanitizer/tsan -I.. -I ../../../../libsanitizer -I ../../../../libsanitizer/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros -I../../libstdc++-v3/include -I../../libstdc++-v3/include/x86_64-unknown-linux-gnu -I../../../../libsanitizer/../libstdc++-v3/libsupc++ -std=gnu++11 -g -O2 -D_GNU_SOURCE -MT tsan_interceptors.lo -MD -MP -MF .deps/tsan_interceptors.Tpo -c ../../../../libsanitizer/tsan/tsan_interceptors.cc -o tsan_interceptors.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c -o cshift0_i8.lo `test -f '../../../libgfortran/generated/cshift0_i8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i8.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c ../../../libgfortran/generated/spread_r10.c -o spread_r10.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c ../../../libgfortran/generated/cshift0_i4.c -fPIC -DPIC -o .libs/cshift0_i4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c ../../../libgfortran/generated/spread_r16.c -o spread_r16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c ../../../libgfortran/generated/cshift0_i8.c -fPIC -DPIC -o .libs/cshift0_i8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c ../../../libgfortran/generated/spread_c4.c -o spread_c4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c ../../../libgfortran/generated/spread_c16.c -o spread_c16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c ../../../libgfortran/generated/cshift0_i1.c -o cshift0_i1.o >/dev/null 2>&1
mv -f .deps/spread_r8.Tpo .deps/spread_r8.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c ../../../libgfortran/generated/cshift0_i2.c -o cshift0_i2.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c -o cshift0_i16.lo `test -f '../../../libgfortran/generated/cshift0_i16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i16.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c ../../../libgfortran/generated/spread_c10.c -o spread_c10.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c ../../../libgfortran/generated/spread_c8.c -o spread_c8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c ../../../libgfortran/generated/cshift0_i16.c -fPIC -DPIC -o .libs/cshift0_i16.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c ../../../libgfortran/generated/cshift0_i4.c -o cshift0_i4.o >/dev/null 2>&1
mv -f .deps/spread_r10.Tpo .deps/spread_r10.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c -o cshift0_r4.lo `test -f '../../../libgfortran/generated/cshift0_r4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r4.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c ../../../libgfortran/generated/cshift0_i8.c -o cshift0_i8.o >/dev/null 2>&1
mv -f .deps/spread_r16.Tpo .deps/spread_r16.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c -o cshift0_r8.lo `test -f '../../../libgfortran/generated/cshift0_r8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r8.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c ../../../libgfortran/generated/cshift0_r4.c -fPIC -DPIC -o .libs/cshift0_r4.o
mv -f .deps/cshift0_i1.Tpo .deps/cshift0_i1.Plo
mv -f .deps/cshift0_i2.Tpo .deps/cshift0_i2.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c -o cshift0_r10.lo `test -f '../../../libgfortran/generated/cshift0_r10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r10.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c -o cshift0_r16.lo `test -f '../../../libgfortran/generated/cshift0_r16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r16.c
mv -f .deps/spread_c16.Tpo .deps/spread_c16.Plo
mv -f .deps/spread_c4.Tpo .deps/spread_c4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c -o cshift0_c4.lo `test -f '../../../libgfortran/generated/cshift0_c4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c4.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c -o cshift0_c8.lo `test -f '../../../libgfortran/generated/cshift0_c8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c8.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c ../../../libgfortran/generated/cshift0_r8.c -fPIC -DPIC -o .libs/cshift0_r8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c ../../../libgfortran/generated/cshift0_i16.c -o cshift0_i16.o >/dev/null 2>&1
mv -f .deps/spread_c8.Tpo .deps/spread_c8.Plo
mv -f .deps/spread_c10.Tpo .deps/spread_c10.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c ../../../libgfortran/generated/cshift0_r16.c -fPIC -DPIC -o .libs/cshift0_r16.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c -o cshift0_c10.lo `test -f '../../../libgfortran/generated/cshift0_c10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c10.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c -o cshift0_c16.lo `test -f '../../../libgfortran/generated/cshift0_c16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c16.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c ../../../libgfortran/generated/cshift0_r10.c -fPIC -DPIC -o .libs/cshift0_r10.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c ../../../libgfortran/generated/cshift0_c4.c -fPIC -DPIC -o .libs/cshift0_c4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c ../../../libgfortran/generated/cshift0_c8.c -fPIC -DPIC -o .libs/cshift0_c8.o
mv -f .deps/cshift0_i4.Tpo .deps/cshift0_i4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c -o size_from_kind.lo `test -f 'io/size_from_kind.c' || echo '../../../libgfortran/'`io/size_from_kind.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c ../../../libgfortran/generated/cshift0_c10.c -fPIC -DPIC -o .libs/cshift0_c10.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c ../../../libgfortran/generated/cshift0_c16.c -fPIC -DPIC -o .libs/cshift0_c16.o
mv -f .deps/cshift0_i8.Tpo .deps/cshift0_i8.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c -o close.lo `test -f 'io/close.c' || echo '../../../libgfortran/'`io/close.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c ../../../libgfortran/io/size_from_kind.c -fPIC -DPIC -o .libs/size_from_kind.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c ../../../libgfortran/generated/cshift0_r4.c -o cshift0_r4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c ../../../libgfortran/io/close.c -fPIC -DPIC -o .libs/close.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c ../../../libgfortran/generated/cshift0_r8.c -o cshift0_r8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c ../../../libgfortran/generated/cshift0_r10.c -o cshift0_r10.o >/dev/null 2>&1
mv -f .deps/cshift0_i16.Tpo .deps/cshift0_i16.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c ../../../libgfortran/generated/cshift0_r16.c -o cshift0_r16.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c -o file_pos.lo `test -f 'io/file_pos.c' || echo '../../../libgfortran/'`io/file_pos.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c ../../../libgfortran/generated/cshift0_c4.c -o cshift0_c4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c ../../../libgfortran/generated/cshift0_c8.c -o cshift0_c8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c ../../../libgfortran/generated/cshift0_c10.c -o cshift0_c10.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c ../../../libgfortran/generated/cshift0_c16.c -o cshift0_c16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c ../../../libgfortran/io/size_from_kind.c -o size_from_kind.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c ../../../libgfortran/io/file_pos.c -fPIC -DPIC -o .libs/file_pos.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c ../../../libgfortran/io/close.c -o close.o >/dev/null 2>&1
mv -f .deps/cshift0_r4.Tpo .deps/cshift0_r4.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo `test -f 'io/format.c' || echo '../../../libgfortran/'`io/format.c
mv -f .deps/cshift0_r8.Tpo .deps/cshift0_r8.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c -o inquire.lo `test -f 'io/inquire.c' || echo '../../../libgfortran/'`io/inquire.c
mv -f .deps/cshift0_r10.Tpo .deps/cshift0_r10.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c -o intrinsics.lo `test -f 'io/intrinsics.c' || echo '../../../libgfortran/'`io/intrinsics.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../libgfortran/io/format.c -fPIC -DPIC -o .libs/format.o
mv -f .deps/cshift0_r16.Tpo .deps/cshift0_r16.Plo
mv -f .deps/cshift0_c4.Tpo .deps/cshift0_c4.Plo
mv -f .deps/cshift0_c8.Tpo .deps/cshift0_c8.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c -o list_read.lo `test -f 'io/list_read.c' || echo '../../../libgfortran/'`io/list_read.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo `test -f 'io/lock.c' || echo '../../../libgfortran/'`io/lock.c
mv -f .deps/size_from_kind.Tpo .deps/size_from_kind.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c ../../../libgfortran/io/inquire.c -fPIC -DPIC -o .libs/inquire.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c -o open.lo `test -f 'io/open.c' || echo '../../../libgfortran/'`io/open.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c -o read.lo `test -f 'io/read.c' || echo '../../../libgfortran/'`io/read.c
mv -f .deps/cshift0_c10.Tpo .deps/cshift0_c10.Plo
mv -f .deps/cshift0_c16.Tpo .deps/cshift0_c16.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c -o transfer.lo `test -f 'io/transfer.c' || echo '../../../libgfortran/'`io/transfer.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c -o transfer128.lo `test -f 'io/transfer128.c' || echo '../../../libgfortran/'`io/transfer128.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c ../../../libgfortran/io/intrinsics.c -fPIC -DPIC -o .libs/intrinsics.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c ../../../libgfortran/io/list_read.c -fPIC -DPIC -o .libs/list_read.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c ../../../libgfortran/io/open.c -fPIC -DPIC -o .libs/open.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c ../../../libgfortran/io/read.c -fPIC -DPIC -o .libs/read.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../libgfortran/io/lock.c -fPIC -DPIC -o .libs/lock.o
mv -f .deps/close.Tpo .deps/close.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c -o unit.lo `test -f 'io/unit.c' || echo '../../../libgfortran/'`io/unit.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c ../../../libgfortran/io/transfer.c -fPIC -DPIC -o .libs/transfer.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c ../../../libgfortran/io/transfer128.c -fPIC -DPIC -o .libs/transfer128.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c ../../../libgfortran/io/file_pos.c -o file_pos.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c ../../../libgfortran/io/unit.c -fPIC -DPIC -o .libs/unit.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../libgfortran/io/lock.c -o lock.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c ../../../libgfortran/io/transfer128.c -o transfer128.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c ../../../libgfortran/io/intrinsics.c -o intrinsics.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c ../../../libgfortran/io/inquire.c -o inquire.o >/dev/null 2>&1
mv -f .deps/lock.Tpo .deps/lock.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c ../../../libgfortran/io/open.c -o open.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo `test -f 'io/unix.c' || echo '../../../libgfortran/'`io/unix.c
mv -f .deps/file_pos.Tpo .deps/file_pos.Plo
mv -f .deps/transfer128.Tpo .deps/transfer128.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c -o write.lo `test -f 'io/write.c' || echo '../../../libgfortran/'`io/write.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c -o fbuf.lo `test -f 'io/fbuf.c' || echo '../../../libgfortran/'`io/fbuf.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c ../../../libgfortran/io/unix.c -fPIC -DPIC -o .libs/unix.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c ../../../libgfortran/io/write.c -fPIC -DPIC -o .libs/write.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c ../../../libgfortran/io/fbuf.c -fPIC -DPIC -o .libs/fbuf.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../libgfortran/io/format.c -o format.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c ../../../libgfortran/io/unit.c -o unit.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c ../../../libgfortran/io/read.c -o read.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c ../../../libgfortran/io/fbuf.c -o fbuf.o >/dev/null 2>&1
mv -f .deps/intrinsics.Tpo .deps/intrinsics.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c -o associated.lo `test -f 'intrinsics/associated.c' || echo '../../../libgfortran/'`intrinsics/associated.c
mv -f .deps/inquire.Tpo .deps/inquire.Plo
mv -f .deps/open.Tpo .deps/open.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c -o abort.lo `test -f 'intrinsics/abort.c' || echo '../../../libgfortran/'`intrinsics/abort.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo `test -f 'intrinsics/args.c' || echo '../../../libgfortran/'`intrinsics/args.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c ../../../libgfortran/intrinsics/associated.c -fPIC -DPIC -o .libs/associated.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c ../../../libgfortran/intrinsics/abort.c -fPIC -DPIC -o .libs/abort.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c ../../../libgfortran/intrinsics/args.c -fPIC -DPIC -o .libs/args.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c ../../../libgfortran/intrinsics/associated.c -o associated.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c ../../../libgfortran/intrinsics/abort.c -o abort.o >/dev/null 2>&1
mv -f .deps/fbuf.Tpo .deps/fbuf.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bit_intrinsics.lo -MD -MP -MF .deps/bit_intrinsics.Tpo -c -o bit_intrinsics.lo `test -f 'intrinsics/bit_intrinsics.c' || echo '../../../libgfortran/'`intrinsics/bit_intrinsics.c
mv -f .deps/unit.Tpo .deps/unit.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c -o cshift0.lo `test -f 'intrinsics/cshift0.c' || echo '../../../libgfortran/'`intrinsics/cshift0.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bit_intrinsics.lo -MD -MP -MF .deps/bit_intrinsics.Tpo -c ../../../libgfortran/intrinsics/bit_intrinsics.c -fPIC -DPIC -o .libs/bit_intrinsics.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c ../../../libgfortran/intrinsics/cshift0.c -fPIC -DPIC -o .libs/cshift0.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c ../../../libgfortran/intrinsics/args.c -o args.o >/dev/null 2>&1
mv -f .deps/associated.Tpo .deps/associated.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c -o eoshift0.lo `test -f 'intrinsics/eoshift0.c' || echo '../../../libgfortran/'`intrinsics/eoshift0.c
mv -f .deps/format.Tpo .deps/format.Plo
mv -f .deps/abort.Tpo .deps/abort.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c -o eoshift2.lo `test -f 'intrinsics/eoshift2.c' || echo '../../../libgfortran/'`intrinsics/eoshift2.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c -o erfc_scaled.lo `test -f 'intrinsics/erfc_scaled.c' || echo '../../../libgfortran/'`intrinsics/erfc_scaled.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c ../../../libgfortran/io/unix.c -o unix.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c ../../../libgfortran/intrinsics/eoshift0.c -fPIC -DPIC -o .libs/eoshift0.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT bit_intrinsics.lo -MD -MP -MF .deps/bit_intrinsics.Tpo -c ../../../libgfortran/intrinsics/bit_intrinsics.c -o bit_intrinsics.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c ../../../libgfortran/intrinsics/erfc_scaled.c -fPIC -DPIC -o .libs/erfc_scaled.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c ../../../libgfortran/intrinsics/eoshift2.c -fPIC -DPIC -o .libs/eoshift2.o
mv -f .deps/args.Tpo .deps/args.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c -o extends_type_of.lo `test -f 'intrinsics/extends_type_of.c' || echo '../../../libgfortran/'`intrinsics/extends_type_of.c
mv -f .deps/bit_intrinsics.Tpo .deps/bit_intrinsics.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c -o fnum.lo `test -f 'intrinsics/fnum.c' || echo '../../../libgfortran/'`intrinsics/fnum.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c ../../../libgfortran/intrinsics/extends_type_of.c -fPIC -DPIC -o .libs/extends_type_of.o
mv -f .deps/read.Tpo .deps/read.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c -o ierrno.lo `test -f 'intrinsics/ierrno.c' || echo '../../../libgfortran/'`intrinsics/ierrno.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c ../../../libgfortran/intrinsics/fnum.c -fPIC -DPIC -o .libs/fnum.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c ../../../libgfortran/intrinsics/cshift0.c -o cshift0.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c ../../../libgfortran/intrinsics/erfc_scaled.c -o erfc_scaled.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c ../../../libgfortran/intrinsics/ierrno.c -fPIC -DPIC -o .libs/ierrno.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c ../../../libgfortran/intrinsics/eoshift0.c -o eoshift0.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c ../../../libgfortran/intrinsics/eoshift2.c -o eoshift2.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c ../../../libgfortran/intrinsics/extends_type_of.c -o extends_type_of.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c ../../../libgfortran/io/transfer.c -o transfer.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c ../../../libgfortran/intrinsics/fnum.c -o fnum.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c ../../../libgfortran/intrinsics/ierrno.c -o ierrno.o >/dev/null 2>&1
mv -f .deps/extends_type_of.Tpo .deps/extends_type_of.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c -o ishftc.lo `test -f 'intrinsics/ishftc.c' || echo '../../../libgfortran/'`intrinsics/ishftc.c
mv -f .deps/erfc_scaled.Tpo .deps/erfc_scaled.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c ../../../libgfortran/io/list_read.c -o list_read.o >/dev/null 2>&1
mv -f .deps/fnum.Tpo .deps/fnum.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_generated_procs.lo -MD -MP -MF .deps/iso_c_generated_procs.Tpo -c -o iso_c_generated_procs.lo `test -f 'intrinsics/iso_c_generated_procs.c' || echo '../../../libgfortran/'`intrinsics/iso_c_generated_procs.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c ../../../libgfortran/intrinsics/ishftc.c -fPIC -DPIC -o .libs/ishftc.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_binding.lo -MD -MP -MF .deps/iso_c_binding.Tpo -c -o iso_c_binding.lo `test -f 'intrinsics/iso_c_binding.c' || echo '../../../libgfortran/'`intrinsics/iso_c_binding.c
mv -f .deps/ierrno.Tpo .deps/ierrno.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo `test -f 'intrinsics/malloc.c' || echo '../../../libgfortran/'`intrinsics/malloc.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_generated_procs.lo -MD -MP -MF .deps/iso_c_generated_procs.Tpo -c ../../../libgfortran/intrinsics/iso_c_generated_procs.c -fPIC -DPIC -o .libs/iso_c_generated_procs.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_binding.lo -MD -MP -MF .deps/iso_c_binding.Tpo -c ../../../libgfortran/intrinsics/iso_c_binding.c -fPIC -DPIC -o .libs/iso_c_binding.o
mv -f .deps/cshift0.Tpo .deps/cshift0.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c -o mvbits.lo `test -f 'intrinsics/mvbits.c' || echo '../../../libgfortran/'`intrinsics/mvbits.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../../../libgfortran/intrinsics/malloc.c -fPIC -DPIC -o .libs/malloc.o
mv -f .deps/eoshift2.Tpo .deps/eoshift2.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c -o move_alloc.lo `test -f 'intrinsics/move_alloc.c' || echo '../../../libgfortran/'`intrinsics/move_alloc.c
mv -f .deps/unix.Tpo .deps/unix.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c ../../../libgfortran/intrinsics/mvbits.c -fPIC -DPIC -o .libs/mvbits.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c -o pack_generic.lo `test -f 'intrinsics/pack_generic.c' || echo '../../../libgfortran/'`intrinsics/pack_generic.c
mv -f .deps/eoshift0.Tpo .deps/eoshift0.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c -o selected_char_kind.lo `test -f 'intrinsics/selected_char_kind.c' || echo '../../../libgfortran/'`intrinsics/selected_char_kind.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c ../../../libgfortran/intrinsics/ishftc.c -o ishftc.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c ../../../libgfortran/intrinsics/move_alloc.c -fPIC -DPIC -o .libs/move_alloc.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c ../../../libgfortran/intrinsics/pack_generic.c -fPIC -DPIC -o .libs/pack_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c ../../../libgfortran/intrinsics/selected_char_kind.c -fPIC -DPIC -o .libs/selected_char_kind.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_binding.lo -MD -MP -MF .deps/iso_c_binding.Tpo -c ../../../libgfortran/intrinsics/iso_c_binding.c -o iso_c_binding.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iso_c_generated_procs.lo -MD -MP -MF .deps/iso_c_generated_procs.Tpo -c ../../../libgfortran/intrinsics/iso_c_generated_procs.c -o iso_c_generated_procs.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../../../libgfortran/intrinsics/malloc.c -o malloc.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c ../../../libgfortran/intrinsics/mvbits.c -o mvbits.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c ../../../libgfortran/intrinsics/move_alloc.c -o move_alloc.o >/dev/null 2>&1
mv -f .deps/ishftc.Tpo .deps/ishftc.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c -o size.lo `test -f 'intrinsics/size.c' || echo '../../../libgfortran/'`intrinsics/size.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c ../../../libgfortran/intrinsics/selected_char_kind.c -o selected_char_kind.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c ../../../libgfortran/intrinsics/size.c -fPIC -DPIC -o .libs/size.o
mv -f .deps/malloc.Tpo .deps/malloc.Plo
mv -f .deps/iso_c_binding.Tpo .deps/iso_c_binding.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c -o spread_generic.lo `test -f 'intrinsics/spread_generic.c' || echo '../../../libgfortran/'`intrinsics/spread_generic.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c -o string_intrinsics.lo `test -f 'intrinsics/string_intrinsics.c' || echo '../../../libgfortran/'`intrinsics/string_intrinsics.c
mv -f .deps/iso_c_generated_procs.Tpo .deps/iso_c_generated_procs.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo `test -f 'intrinsics/rand.c' || echo '../../../libgfortran/'`intrinsics/rand.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c ../../../libgfortran/intrinsics/spread_generic.c -fPIC -DPIC -o .libs/spread_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c ../../../libgfortran/intrinsics/string_intrinsics.c -fPIC -DPIC -o .libs/string_intrinsics.o
mv -f .deps/move_alloc.Tpo .deps/move_alloc.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c ../../../libgfortran/intrinsics/rand.c -fPIC -DPIC -o .libs/rand.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo `test -f 'intrinsics/random.c' || echo '../../../libgfortran/'`intrinsics/random.c
mv -f .deps/mvbits.Tpo .deps/mvbits.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c -o reshape_generic.lo `test -f 'intrinsics/reshape_generic.c' || echo '../../../libgfortran/'`intrinsics/reshape_generic.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c ../../../libgfortran/intrinsics/pack_generic.c -o pack_generic.o >/dev/null 2>&1
mv -f .deps/selected_char_kind.Tpo .deps/selected_char_kind.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c ../../../libgfortran/intrinsics/size.c -o size.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c -o reshape_packed.lo `test -f 'intrinsics/reshape_packed.c' || echo '../../../libgfortran/'`intrinsics/reshape_packed.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c ../../../libgfortran/intrinsics/random.c -fPIC -DPIC -o .libs/random.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c ../../../libgfortran/intrinsics/reshape_generic.c -fPIC -DPIC -o .libs/reshape_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c ../../../libgfortran/intrinsics/reshape_packed.c -fPIC -DPIC -o .libs/reshape_packed.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c ../../../libgfortran/intrinsics/rand.c -o rand.o >/dev/null 2>&1
mv -f .deps/size.Tpo .deps/size.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o selected_int_kind.lo `test -f 'intrinsics/selected_int_kind.f90' || echo '../../../libgfortran/'`intrinsics/selected_int_kind.f90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c ../../../libgfortran/io/write.c -o write.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c ../../../libgfortran/intrinsics/reshape_packed.c -o reshape_packed.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_int_kind.f90 -fPIC -o .libs/selected_int_kind.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c ../../../libgfortran/intrinsics/spread_generic.c -o spread_generic.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_int_kind.f90 -o selected_int_kind.o >/dev/null 2>&1
mv -f .deps/pack_generic.Tpo .deps/pack_generic.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o selected_real_kind.lo `test -f 'intrinsics/selected_real_kind.f90' || echo '../../../libgfortran/'`intrinsics/selected_real_kind.f90
mv -f .deps/rand.Tpo .deps/rand.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transpose_generic.lo -MD -MP -MF .deps/transpose_generic.Tpo -c -o transpose_generic.lo `test -f 'intrinsics/transpose_generic.c' || echo '../../../libgfortran/'`intrinsics/transpose_generic.c
mv -f .deps/reshape_packed.Tpo .deps/reshape_packed.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c -o unpack_generic.lo `test -f 'intrinsics/unpack_generic.c' || echo '../../../libgfortran/'`intrinsics/unpack_generic.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c -o in_pack_generic.lo `test -f 'runtime/in_pack_generic.c' || echo '../../../libgfortran/'`runtime/in_pack_generic.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c ../../../libgfortran/intrinsics/reshape_generic.c -o reshape_generic.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_real_kind.f90 -fPIC -o .libs/selected_real_kind.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transpose_generic.lo -MD -MP -MF .deps/transpose_generic.Tpo -c ../../../libgfortran/intrinsics/transpose_generic.c -fPIC -DPIC -o .libs/transpose_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c ../../../libgfortran/intrinsics/unpack_generic.c -fPIC -DPIC -o .libs/unpack_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c ../../../libgfortran/runtime/in_pack_generic.c -fPIC -DPIC -o .libs/in_pack_generic.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c ../../../libgfortran/intrinsics/string_intrinsics.c -o string_intrinsics.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c ../../../libgfortran/intrinsics/random.c -o random.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_real_kind.f90 -o selected_real_kind.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c -o in_unpack_generic.lo `test -f 'runtime/in_unpack_generic.c' || echo '../../../libgfortran/'`runtime/in_unpack_generic.c
mv -f .deps/spread_generic.Tpo .deps/spread_generic.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c -o access.lo `test -f 'intrinsics/access.c' || echo '../../../libgfortran/'`intrinsics/access.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transpose_generic.lo -MD -MP -MF .deps/transpose_generic.Tpo -c ../../../libgfortran/intrinsics/transpose_generic.c -o transpose_generic.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c ../../../libgfortran/runtime/in_pack_generic.c -o in_pack_generic.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c ../../../libgfortran/intrinsics/access.c -fPIC -DPIC -o .libs/access.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c ../../../libgfortran/runtime/in_unpack_generic.c -fPIC -DPIC -o .libs/in_unpack_generic.o
mv -f .deps/reshape_generic.Tpo .deps/reshape_generic.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c -o c99_functions.lo `test -f 'intrinsics/c99_functions.c' || echo '../../../libgfortran/'`intrinsics/c99_functions.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c ../../../libgfortran/intrinsics/unpack_generic.c -o unpack_generic.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c ../../../libgfortran/intrinsics/c99_functions.c -fPIC -DPIC -o .libs/c99_functions.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c ../../../libgfortran/intrinsics/access.c -o access.o >/dev/null 2>&1
mv -f .deps/transfer.Tpo .deps/transfer.Plo
mv -f .deps/transpose_generic.Tpo .deps/transpose_generic.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c -o chdir.lo `test -f 'intrinsics/chdir.c' || echo '../../../libgfortran/'`intrinsics/chdir.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c -o chmod.lo `test -f 'intrinsics/chmod.c' || echo '../../../libgfortran/'`intrinsics/chmod.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c ../../../libgfortran/runtime/in_unpack_generic.c -o in_unpack_generic.o >/dev/null 2>&1
mv -f .deps/in_pack_generic.Tpo .deps/in_pack_generic.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c -o clock.lo `test -f 'intrinsics/clock.c' || echo '../../../libgfortran/'`intrinsics/clock.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c ../../../libgfortran/intrinsics/chmod.c -fPIC -DPIC -o .libs/chmod.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c ../../../libgfortran/intrinsics/chdir.c -fPIC -DPIC -o .libs/chdir.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c ../../../libgfortran/intrinsics/clock.c -fPIC -DPIC -o .libs/clock.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c ../../../libgfortran/intrinsics/c99_functions.c -o c99_functions.o >/dev/null 2>&1
mv -f .deps/string_intrinsics.Tpo .deps/string_intrinsics.Plo
mv -f .deps/random.Tpo .deps/random.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c -o cpu_time.lo `test -f 'intrinsics/cpu_time.c' || echo '../../../libgfortran/'`intrinsics/cpu_time.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c -o ctime.lo `test -f 'intrinsics/ctime.c' || echo '../../../libgfortran/'`intrinsics/ctime.c
mv -f .deps/access.Tpo .deps/access.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c -o date_and_time.lo `test -f 'intrinsics/date_and_time.c' || echo '../../../libgfortran/'`intrinsics/date_and_time.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c ../../../libgfortran/intrinsics/ctime.c -fPIC -DPIC -o .libs/ctime.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c ../../../libgfortran/intrinsics/cpu_time.c -fPIC -DPIC -o .libs/cpu_time.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c ../../../libgfortran/intrinsics/chdir.c -o chdir.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c ../../../libgfortran/intrinsics/date_and_time.c -fPIC -DPIC -o .libs/date_and_time.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c ../../../libgfortran/intrinsics/clock.c -o clock.o >/dev/null 2>&1
mv -f .deps/in_unpack_generic.Tpo .deps/in_unpack_generic.Plo
mv -f .deps/c99_functions.Tpo .deps/c99_functions.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c -o dtime.lo `test -f 'intrinsics/dtime.c' || echo '../../../libgfortran/'`intrinsics/dtime.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo `test -f 'intrinsics/env.c' || echo '../../../libgfortran/'`intrinsics/env.c
mv -f .deps/unpack_generic.Tpo .deps/unpack_generic.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c -o etime.lo `test -f 'intrinsics/etime.c' || echo '../../../libgfortran/'`intrinsics/etime.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../libgfortran/intrinsics/env.c -fPIC -DPIC -o .libs/env.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c ../../../libgfortran/intrinsics/dtime.c -fPIC -DPIC -o .libs/dtime.o
mv -f .deps/list_read.Tpo .deps/list_read.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c ../../../libgfortran/intrinsics/chmod.c -o chmod.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c ../../../libgfortran/intrinsics/etime.c -fPIC -DPIC -o .libs/etime.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c -o execute_command_line.lo `test -f 'intrinsics/execute_command_line.c' || echo '../../../libgfortran/'`intrinsics/execute_command_line.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c ../../../libgfortran/intrinsics/ctime.c -o ctime.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c ../../../libgfortran/intrinsics/cpu_time.c -o cpu_time.o >/dev/null 2>&1
mv -f .deps/chdir.Tpo .deps/chdir.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c -o exit.lo `test -f 'intrinsics/exit.c' || echo '../../../libgfortran/'`intrinsics/exit.c
mv -f .deps/clock.Tpo .deps/clock.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c ../../../libgfortran/intrinsics/execute_command_line.c -fPIC -DPIC -o .libs/execute_command_line.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c -o gerror.lo `test -f 'intrinsics/gerror.c' || echo '../../../libgfortran/'`intrinsics/gerror.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../libgfortran/intrinsics/env.c -o env.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c ../../../libgfortran/intrinsics/exit.c -fPIC -DPIC -o .libs/exit.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c ../../../libgfortran/intrinsics/dtime.c -o dtime.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c ../../../libgfortran/intrinsics/gerror.c -fPIC -DPIC -o .libs/gerror.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c ../../../libgfortran/intrinsics/etime.c -o etime.o >/dev/null 2>&1
mv -f .deps/cpu_time.Tpo .deps/cpu_time.Plo
mv -f .deps/ctime.Tpo .deps/ctime.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c -o getcwd.lo `test -f 'intrinsics/getcwd.c' || echo '../../../libgfortran/'`intrinsics/getcwd.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c -o getlog.lo `test -f 'intrinsics/getlog.c' || echo '../../../libgfortran/'`intrinsics/getlog.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c ../../../libgfortran/intrinsics/date_and_time.c -o date_and_time.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c ../../../libgfortran/intrinsics/exit.c -o exit.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c ../../../libgfortran/intrinsics/execute_command_line.c -o execute_command_line.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c ../../../libgfortran/intrinsics/getlog.c -fPIC -DPIC -o .libs/getlog.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c ../../../libgfortran/intrinsics/getcwd.c -fPIC -DPIC -o .libs/getcwd.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c ../../../libgfortran/intrinsics/gerror.c -o gerror.o >/dev/null 2>&1
mv -f .deps/env.Tpo .deps/env.Plo
mv -f .deps/chmod.Tpo .deps/chmod.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c -o getXid.lo `test -f 'intrinsics/getXid.c' || echo '../../../libgfortran/'`intrinsics/getXid.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c -o hostnm.lo `test -f 'intrinsics/hostnm.c' || echo '../../../libgfortran/'`intrinsics/hostnm.c
mv -f .deps/dtime.Tpo .deps/dtime.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c -o kill.lo `test -f 'intrinsics/kill.c' || echo '../../../libgfortran/'`intrinsics/kill.c
mv -f .deps/etime.Tpo .deps/etime.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c -o link.lo `test -f 'intrinsics/link.c' || echo '../../../libgfortran/'`intrinsics/link.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c ../../../libgfortran/intrinsics/hostnm.c -fPIC -DPIC -o .libs/hostnm.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c ../../../libgfortran/intrinsics/getXid.c -fPIC -DPIC -o .libs/getXid.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c ../../../libgfortran/intrinsics/kill.c -fPIC -DPIC -o .libs/kill.o
mv -f .deps/exit.Tpo .deps/exit.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c ../../../libgfortran/intrinsics/link.c -fPIC -DPIC -o .libs/link.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c ../../../libgfortran/intrinsics/getcwd.c -o getcwd.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c -o perror.lo `test -f 'intrinsics/perror.c' || echo '../../../libgfortran/'`intrinsics/perror.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c ../../../libgfortran/intrinsics/getlog.c -o getlog.o >/dev/null 2>&1
mv -f .deps/gerror.Tpo .deps/gerror.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo `test -f 'intrinsics/signal.c' || echo '../../../libgfortran/'`intrinsics/signal.c
mv -f .deps/execute_command_line.Tpo .deps/execute_command_line.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c ../../../libgfortran/intrinsics/perror.c -fPIC -DPIC -o .libs/perror.o
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c -o sleep.lo `test -f 'intrinsics/sleep.c' || echo '../../../libgfortran/'`intrinsics/sleep.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../../../libgfortran/intrinsics/signal.c -fPIC -DPIC -o .libs/signal.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c ../../../libgfortran/intrinsics/getXid.c -o getXid.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c ../../../libgfortran/intrinsics/sleep.c -fPIC -DPIC -o .libs/sleep.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c ../../../libgfortran/intrinsics/hostnm.c -o hostnm.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c ../../../libgfortran/intrinsics/kill.c -o kill.o >/dev/null 2>&1
mv -f .deps/date_and_time.Tpo .deps/date_and_time.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo `test -f 'intrinsics/system.c' || echo '../../../libgfortran/'`intrinsics/system.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c ../../../libgfortran/intrinsics/link.c -o link.o >/dev/null 2>&1
mv -f .deps/getlog.Tpo .deps/getlog.Plo
mv -f .deps/getcwd.Tpo .deps/getcwd.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c -o rename.lo `test -f 'intrinsics/rename.c' || echo '../../../libgfortran/'`intrinsics/rename.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c -o stat.lo `test -f 'intrinsics/stat.c' || echo '../../../libgfortran/'`intrinsics/stat.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c ../../../libgfortran/intrinsics/perror.c -o perror.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c ../../../libgfortran/intrinsics/system.c -fPIC -DPIC -o .libs/system.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c ../../../libgfortran/intrinsics/rename.c -fPIC -DPIC -o .libs/rename.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c ../../../libgfortran/intrinsics/stat.c -fPIC -DPIC -o .libs/stat.o
mv -f .deps/getXid.Tpo .deps/getXid.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c -o symlnk.lo `test -f 'intrinsics/symlnk.c' || echo '../../../libgfortran/'`intrinsics/symlnk.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c ../../../libgfortran/intrinsics/sleep.c -o sleep.o >/dev/null 2>&1
mv -f .deps/kill.Tpo .deps/kill.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c -o system_clock.lo `test -f 'intrinsics/system_clock.c' || echo '../../../libgfortran/'`intrinsics/system_clock.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../../../libgfortran/intrinsics/signal.c -o signal.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c ../../../libgfortran/intrinsics/symlnk.c -fPIC -DPIC -o .libs/symlnk.o
mv -f .deps/hostnm.Tpo .deps/hostnm.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo `test -f 'intrinsics/time.c' || echo '../../../libgfortran/'`intrinsics/time.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c ../../../libgfortran/intrinsics/system_clock.c -fPIC -DPIC -o .libs/system_clock.o
mv -f .deps/perror.Tpo .deps/perror.Plo
mv -f .deps/link.Tpo .deps/link.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c -o umask.lo `test -f 'intrinsics/umask.c' || echo '../../../libgfortran/'`intrinsics/umask.c
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c -o unlink.lo `test -f 'intrinsics/unlink.c' || echo '../../../libgfortran/'`intrinsics/unlink.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c ../../../libgfortran/intrinsics/rename.c -o rename.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../libgfortran/intrinsics/time.c -fPIC -DPIC -o .libs/time.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c ../../../libgfortran/intrinsics/system.c -o system.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c ../../../libgfortran/intrinsics/umask.c -fPIC -DPIC -o .libs/umask.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c ../../../libgfortran/intrinsics/unlink.c -fPIC -DPIC -o .libs/unlink.o
mv -f .deps/sleep.Tpo .deps/sleep.Plo
/bin/bash ./libtool --tag=CC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c -o ieee_helper.lo `test -f 'ieee/ieee_helper.c' || echo '../../../libgfortran/'`ieee/ieee_helper.c
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c ../../../libgfortran/ieee/ieee_helper.c -fPIC -DPIC -o .libs/ieee_helper.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c ../../../libgfortran/intrinsics/symlnk.c -o symlnk.o >/dev/null 2>&1
mv -f .deps/signal.Tpo .deps/signal.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c -o ieee_exceptions.lo `test -f 'ieee/ieee_exceptions.F90' || echo '../../../libgfortran/'`ieee/ieee_exceptions.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c ../../../libgfortran/intrinsics/libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../libgfortran/intrinsics/time.c -o time.o >/dev/null 2>&1
stat.c -o stat.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c ../../../libgfortran/intrinsics/system_clock.c -o system_clock.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c ../../../libgfortran/intrinsics/umask.c -o umask.o >/dev/null 2>&1
mv -f .deps/system.Tpo .deps/system.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c ../../../libgfortran/intrinsics/unlink.c -o unlink.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c -o ieee_features.lo `test -f 'ieee/ieee_features.F90' || echo '../../../libgfortran/'`ieee/ieee_features.F90
mv -f .deps/rename.Tpo .deps/rename.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_exceptions.F90 -fPIC -o .libs/ieee_exceptions.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c4.lo `test -f '../../../libgfortran/generated/_abs_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c4.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/xgcc -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c ../../../libgfortran/ieee/ieee_helper.c -o ieee_helper.o >/dev/null 2>&1
mv -f .deps/write.Tpo .deps/write.Plo
mv -f .deps/symlnk.Tpo .deps/symlnk.Plo
mv -f .deps/time.Tpo .deps/time.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c8.lo `test -f '../../../libgfortran/generated/_abs_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c8.F90
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c10.lo `test -f '../../../libgfortran/generated/_abs_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c10.F90
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c16.lo `test -f '../../../libgfortran/generated/_abs_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c16.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_features.F90 -fPIC -o .libs/ieee_features.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c4.F90 -fPIC -o .libs/_abs_c4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_exceptions.F90 -o ieee_exceptions.o >/dev/null 2>&1
mv -f .deps/system_clock.Tpo .deps/system_clock.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i4.lo `test -f '../../../libgfortran/generated/_abs_i4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i4.F90
mv -f .deps/umask.Tpo .deps/umask.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i8.lo `test -f '../../../libgfortran/generated/_abs_i8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i8.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_features.F90 -o ieee_features.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c8.F90 -fPIC -o .libs/_abs_c8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c10.F90 -fPIC -o .libs/_abs_c10.o
mv -f .deps/unlink.Tpo .deps/unlink.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c4.F90 -o _abs_c4.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i16.lo `test -f '../../../libgfortran/generated/_abs_i16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i16.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c16.F90 -fPIC -o .libs/_abs_c16.o
mv -f .deps/stat.Tpo .deps/stat.Plo
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i4.F90 -fPIC -o .libs/_abs_i4.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r4.lo `test -f '../../../libgfortran/generated/_abs_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r4.F90
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r8.lo `test -f '../../../libgfortran/generated/_abs_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r8.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i8.F90 -fPIC -o .libs/_abs_i8.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r10.lo `test -f '../../../libgfortran/generated/_abs_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r10.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c8.F90 -o _abs_c8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c10.F90 -o _abs_c10.o >/dev/null 2>&1
mv -f .deps/ieee_helper.Tpo .deps/ieee_helper.Plo
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r16.lo `test -f '../../../libgfortran/generated/_abs_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r16.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i16.F90 -fPIC -o .libs/_abs_i16.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c16.F90 -o _abs_c16.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c4.lo `test -f '../../../libgfortran/generated/_aimag_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c4.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i4.F90 -o _abs_i4.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r4.F90 -fPIC -o .libs/_abs_r4.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i8.F90 -o _abs_i8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r10.F90 -fPIC -o .libs/_abs_r10.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c8.lo `test -f '../../../libgfortran/generated/_aimag_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c8.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r8.F90 -fPIC -o .libs/_abs_r8.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c10.lo `test -f '../../../libgfortran/generated/_aimag_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c10.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i16.F90 -o _abs_i16.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r16.F90 -fPIC -o .libs/_abs_r16.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c4.F90 -fPIC -o .libs/_aimag_c4.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c16.lo `test -f '../../../libgfortran/generated/_aimag_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c16.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r4.F90 -o _abs_r4.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r4.lo `test -f '../../../libgfortran/generated/_exp_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r4.F90
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r8.lo `test -f '../../../libgfortran/generated/_exp_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r8.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r8.F90 -o _abs_r8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r10.F90 -o _abs_r10.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c8.F90 -fPIC -o .libs/_aimag_c8.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c10.F90 -fPIC -o .libs/_aimag_c10.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r16.F90 -o _abs_r16.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r10.lo `test -f '../../../libgfortran/generated/_exp_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r10.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c4.F90 -o _aimag_c4.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r16.lo `test -f '../../../libgfortran/generated/_exp_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r16.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c16.F90 -fPIC -o .libs/_aimag_c16.o
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c8.F90 -o _aimag_c8.o >/dev/null 2>&1
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r4.F90 -fPIC -o .libs/_exp_r4.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c4.lo `test -f '../../../libgfortran/generated/_exp_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c4.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r8.F90 -fPIC -o .libs/_exp_r8.o
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c8.lo `test -f '../../../libgfortran/generated/_exp_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c8.F90
libtool: compile: /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c10.F90 -o _aimag_c10.o >/dev/null 2>&1
/bin/bash ./libtool --tag=FC --mode=compile /tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/gfortran -B/tmp/gcc@5-20201102-1515-jep5c9/gcc-5.5.0/build/./gcc/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/bin/ -B/home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/lib/ -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/include -isystem /home/linuxbrew/.linuxbrew/Cellar/gcc@5/5.5.0_6/x86_64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I.
View raw

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

View raw

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

View raw

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

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