Skip to content

Instantly share code, notes, and snippets.

@goderich
Created September 25, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goderich/db034083476264764d4d1b4f094338af to your computer and use it in GitHub Desktop.
Save goderich/db034083476264764d4d1b4f094338af to your computer and use it in GitHub Desktop.
Build log for libgccjit from AUR
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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... /usr/bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for libhsail-rt support... yes
checking for libphobos support... yes
checking for gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
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 isl 0.15 or later... no
required isl version is 0.15 or later
The following languages will be built: c,jit
*** This configuration is not supported in the following subdirectories:
zlib target-libquadmath gnattools gotools target-libada target-libhsail-rt target-libstdc++-v3 target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic target-libsanitizer target-libvtv target-libssp target-libitm
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for otool... no
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gfortran... no
checking for gccgo... no
checking for gdc... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... 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 otool... no
checking for otool... no
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... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target gdc... 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 otool... 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
make[1]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build'
mkdir -p -- ./fixincludes
Configuring in ./fixincludes
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Woverlength-strings... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... 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 whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... 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 for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wshadow=local... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for CET support... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... 8
checking size of size_t... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
In file included from /usr/include/string.h:519,
from ../../gcc-10.2.0/libiberty/dyn-string.c:38:
In function ‘strncpy’,
inlined from ‘dyn_string_insert_cstr’ at ../../gcc-10.2.0/libiberty/dyn-string.c:280:3:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
../../gcc-10.2.0/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/dyn-string.c -o dyn-string.o
In file included from /usr/include/string.h:519,
from ../../gcc-10.2.0/libiberty/dyn-string.c:38:
In function ‘strncpy’,
inlined from ‘dyn_string_insert_cstr’ at ../../gcc-10.2.0/libiberty/dyn-string.c:280:3:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
../../gcc-10.2.0/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/filedescriptor.c -o filedescriptor.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../gcc-10.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../gcc-10.2.0/libiberty/setproctitle.c -o setproctitle.o
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 ./filedescriptor.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 ./rust-demangle.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 ./filedescriptor.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 ./rust-demangle.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 ./filedescriptor.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 ./rust-demangle.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
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 ./filedescriptor.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 ./rust-demangle.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
make[3]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libiberty/testsuite'
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libiberty'
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/fixincludes'
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/fixincl.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/fixtests.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/fixfixes.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/server.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/procopen.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/fixlib.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/fixincludes -I../include -I../../gcc-10.2.0/fixincludes/../include ../../gcc-10.2.0/fixincludes/fixopts.c
gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../gcc-10.2.0/fixincludes" /bin/sh ../../gcc-10.2.0/fixincludes/mkfixinc.sh x86_64-pc-linux-gnu
sed -e 's/@gcc_version@/10.2.0/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/fixincludes'
mkdir -p -- ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.6.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking bison 3 or later... 3.6.4, bison3
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mkdir -p -- ./gcc
Configuring in ./gcc
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-gnatbind... gnatbind
checking for x86_64-pc-linux-gnu-gnatmake... gnatmake
checking whether compiler driver understands Ada... no
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of void *... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for intptr_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int64_t underlying type... long
checking for std::swap in <utility>... yes
checking whether g++ is affected by placement new aliasing bug... no
checking whether g++ supports -W... yes
checking whether g++ supports -Wall... yes
checking whether g++ supports -Wnarrowing... yes
checking whether g++ supports -Wwrite-strings... yes
checking whether g++ supports -Wcast-qual... yes
checking whether g++ supports -Werror=format-diag... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Werror=format-diag... (cached) yes
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether g++ supports -Woverloaded-virtual... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether g++ supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking whether gcc supports -fasynchronous-unwind-tables... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking for 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 make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for sphinx-build... sphinx
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether termios.h defines TIOCGWINSZ... 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++ -E
checking for unordered_map... yes
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of g++... gcc3
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing kstat_open... no
checking for library containing ldexp... none required
checking for library containing dlopen... -ldl
checking for inttypes.h... yes
checking for zstd.h... yes
checking for library containing ZSTD_compress... -lzstd
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... 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 for mallinfo... 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...
extern 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 basename is declared... yes
checking whether strstr is declared... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether atoll 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 madvise is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal 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 setenv is declared... yes
checking whether unsetenv 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 getopt is declared... yes
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether ffs is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... 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 mallinfo is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack 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-10.2.0/gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gcc-10.2.0/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
../../gcc-10.2.0/gcc/config/vxworks-dummy.h
../../gcc-10.2.0/gcc/config/i386/biarch64.h
../../gcc-10.2.0/gcc/config/i386/i386.h
../../gcc-10.2.0/gcc/config/i386/unix.h
../../gcc-10.2.0/gcc/config/i386/att.h
../../gcc-10.2.0/gcc/config/dbxelf.h
../../gcc-10.2.0/gcc/config/elfos.h
../../gcc-10.2.0/gcc/config/gnu-user.h
../../gcc-10.2.0/gcc/config/glibc-stdint.h
../../gcc-10.2.0/gcc/config/i386/x86-64.h
../../gcc-10.2.0/gcc/config/i386/gnu-user-common.h
../../gcc-10.2.0/gcc/config/i386/gnu-user64.h
../../gcc-10.2.0/gcc/config/linux.h
../../gcc-10.2.0/gcc/config/linux-android.h
../../gcc-10.2.0/gcc/config/i386/linux-common.h
../../gcc-10.2.0/gcc/config/i386/linux64.h
../../gcc-10.2.0/gcc/config/initfini-array.h
Using host-linux.o for host machine hooks.
checking for __cxa_atexit... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for as... /usr/bin/as
checking what assembler to use... /usr/bin/as
checking for ld... /usr/bin/ld
checking whether we are using gold... no
checking gold linker with split stack support as non default... no
checking what linker to use... /usr/bin/ld
checking for nm... /usr/bin/nm
checking what nm to use... /usr/bin/nm
checking for objdump... /usr/bin/objdump
checking what objdump to use... /usr/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
checking for otool... no
checking what otool to use... not found
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 exclude flag... 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 is_stmt support... 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 --version-script option... yes
checking linker soname option... yes
checking linker --demangle support... yes
checking linker plugin support... 0
checking assembler for -xbrace_comment... no
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 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 R_386_GOT32X reloc... yes
checking assembler for GOTOFF in data... yes
checking assembler for calling ___tls_get_addr via GOT... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for dwarf2 debug_view support... yes
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... 2
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.32
checking assembler for gnu_unique_object... yes
checking assembler for tolerance to line number 0... yes
checking support for thin archives... 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... 3
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... yes
checking dl_iterate_phdr in target C library... unknown
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to avoid linking multiple front-ends at once... no
Links are now set up to build a native compiler for x86_64-pc-linux-gnu.
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... (cached) -ldl
checking for -fPIC -shared... yes
gcc_driver_version: 10.2.0
checking for -fno-PIE option... yes
checking for -no-pie option... yes
checking linker -z bndplt option... yes
checking linker --push-state/--pop-state options... 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 -- brig/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- d/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.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
mkdir -p -- analyzer/.deps
config.status: executing default commands
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/intl'
mkdir -p -- build-x86_64-pc-linux-gnu/libiberty
Configuring in build-x86_64-pc-linux-gnu/libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wshadow=local... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for CET support... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... 8
checking size of size_t... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... no
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
In file included from /usr/include/string.h:519,
from ../../../gcc-10.2.0/libiberty/dyn-string.c:38:
In function ‘strncpy’,
inlined from ‘dyn_string_insert_cstr’ at ../../../gcc-10.2.0/libiberty/dyn-string.c:280:3:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gcc-10.2.0/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
../../../gcc-10.2.0/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/dyn-string.c -o dyn-string.o
In file included from /usr/include/string.h:519,
from ../../../gcc-10.2.0/libiberty/dyn-string.c:38:
In function ‘strncpy’,
inlined from ‘dyn_string_insert_cstr’ at ../../../gcc-10.2.0/libiberty/dyn-string.c:280:3:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gcc-10.2.0/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
../../../gcc-10.2.0/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/filedescriptor.c -o filedescriptor.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../../gcc-10.2.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -O2 -I. -I../../../gcc-10.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../gcc-10.2.0/libiberty/setproctitle.c -o setproctitle.o
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 ./filedescriptor.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 ./rust-demangle.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 ./filedescriptor.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 ./rust-demangle.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 ./filedescriptor.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 ./rust-demangle.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
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 ./filedescriptor.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 ./rust-demangle.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
make[3]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libiberty'
mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes
Configuring in build-x86_64-pc-linux-gnu/fixincludes
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Woverlength-strings... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... 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 whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... 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 for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/fixincludes'
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/fixincl.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/fixtests.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/fixfixes.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/server.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/procopen.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/fixlib.c
gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -D_FORTIFY_SOURCE=2 -O2 -DHAVE_CONFIG_H -I. -I../../../gcc-10.2.0/fixincludes -I../include -I../../../gcc-10.2.0/fixincludes/../include ../../../gcc-10.2.0/fixincludes/fixopts.c
gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../../gcc-10.2.0/fixincludes" /bin/sh ../../../gcc-10.2.0/fixincludes/mkfixinc.sh x86_64-pc-linux-gnu
sed -e 's/@gcc_version@/10.2.0/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/fixincludes'
mkdir -p -- build-x86_64-pc-linux-gnu/libcpp
Configuring in build-x86_64-pc-linux-gnu/libcpp
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking dependency style of g++... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for uint64_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 4
checking size of long... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... 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 whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... 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 for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... no
checking for uchar...
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... (cached) no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libcpp'
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../gcc-10.2.0/libcpp/charset.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../gcc-10.2.0/libcpp/directives.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../gcc-10.2.0/libcpp/directives-only.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../gcc-10.2.0/libcpp/errors.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../gcc-10.2.0/libcpp/expr.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../gcc-10.2.0/libcpp/files.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../gcc-10.2.0/libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new
../../../gcc-10.2.0/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../gcc-10.2.0/libcpp/init.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../gcc-10.2.0/libcpp/lex.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../gcc-10.2.0/libcpp/line-map.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../gcc-10.2.0/libcpp/macro.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../gcc-10.2.0/libcpp/mkdeps.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../gcc-10.2.0/libcpp/pch.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../gcc-10.2.0/libcpp/symtab.c
g++ -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-10.2.0/libcpp -I. -I../../../gcc-10.2.0/libcpp/../include -I../../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../gcc-10.2.0/libcpp/traditional.c
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[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/build-x86_64-pc-linux-gnu/libcpp'
mkdir -p -- ./libbacktrace
Configuring in ./libbacktrace
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for gawk... (cached) gawk
checking for dwz... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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 for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... yes
checking for -frandom-seed=string option... yes
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... yes
checking __sync extensions... yes
checking __atomic extensions... yes
checking output filetype... elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking sys/ldr.h usability... no
checking sys/ldr.h presence... no
checking for sys/ldr.h... no
checking for fcntl... yes
checking whether strnlen is declared... yes
checking for lstat... yes
checking for readlink... yes
checking for getexecname... no
checking for clock_gettime... yes
checking whether -pthread is supported... yes
checking whether -gdwarf-5 is supported... yes
checking for compress in -lz... yes
checking whether --compress-debug-sections is supported... yes
checking for objcopy... objcopy
checking for readelf... readelf
checking whether objcopy supports debuglink... objcopy: /tmp/ls227227: cannot fill debug link section `x': No such file or directory
no
checking whether tests can run... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating install-debuginfo-for-buildid.sh
config.status: creating config.h
config.status: executing libtool commands
config.status: executing gstdint.h commands
config.status: executing default commands
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libbacktrace'
make all-am
make[3]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o atomic.lo ../../gcc-10.2.0/libbacktrace/atomic.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o dwarf.lo ../../gcc-10.2.0/libbacktrace/dwarf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o fileline.lo ../../gcc-10.2.0/libbacktrace/fileline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o posix.lo ../../gcc-10.2.0/libbacktrace/posix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o print.lo ../../gcc-10.2.0/libbacktrace/print.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/print.c -o print.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o sort.lo ../../gcc-10.2.0/libbacktrace/sort.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o state.lo ../../gcc-10.2.0/libbacktrace/state.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/state.c -o state.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o backtrace.lo ../../gcc-10.2.0/libbacktrace/backtrace.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o simple.lo ../../gcc-10.2.0/libbacktrace/simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o elf.lo ../../gcc-10.2.0/libbacktrace/elf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o mmapio.lo ../../gcc-10.2.0/libbacktrace/mmapio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c -o mmap.lo ../../gcc-10.2.0/libbacktrace/mmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-10.2.0/libbacktrace -I ../../gcc-10.2.0/libbacktrace/../include -I ../../gcc-10.2.0/libbacktrace/../libgcc -I ../libgcc -D_FORTIFY_SOURCE=2 -O2 -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c ../../gcc-10.2.0/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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
libtool: link: ar rc .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
libtool: link: ranlib .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
true DO=all multi-do # make
make[3]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libbacktrace'
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libbacktrace'
mkdir -p -- ./libcpp
Configuring in ./libcpp
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking dependency style of g++... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for uint64_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 4
checking size of long... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... 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 whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... 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 for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... be ca da de el eo es fi fr id ja nl pt_BR ru sr sv tr uk vi zh_CN zh_TW be ca da de el eo es fi fr id ja nl pt_BR ru sr sv tr uk vi zh_CN zh_TW
checking for uchar...
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...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libcpp'
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../gcc-10.2.0/libcpp/charset.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../gcc-10.2.0/libcpp/directives.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../gcc-10.2.0/libcpp/directives-only.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../gcc-10.2.0/libcpp/errors.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../gcc-10.2.0/libcpp/expr.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../gcc-10.2.0/libcpp/files.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-10.2.0/libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new
../../gcc-10.2.0/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../gcc-10.2.0/libcpp/init.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../gcc-10.2.0/libcpp/lex.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../gcc-10.2.0/libcpp/line-map.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../gcc-10.2.0/libcpp/macro.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../gcc-10.2.0/libcpp/mkdeps.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../gcc-10.2.0/libcpp/pch.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../gcc-10.2.0/libcpp/symtab.c
g++ -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-10.2.0/libcpp -I. -I../../gcc-10.2.0/libcpp/../include -I../../gcc-10.2.0/libcpp/include -D_FORTIFY_SOURCE=2 -O2 -fPIC -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../gcc-10.2.0/libcpp/traditional.c
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[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libcpp'
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-lto... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking size of int... 4
checking size of long... 8
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/libdecnumber'
source='../../gcc-10.2.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/decNumber.c
source='../../gcc-10.2.0/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/decContext.c
source='../../gcc-10.2.0/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/decimal32.c
source='../../gcc-10.2.0/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/decimal64.c
source='../../gcc-10.2.0/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/decimal128.c
source='../../gcc-10.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../gcc-10.2.0/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/host-ieee32.c
source='../../gcc-10.2.0/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/host-ieee64.c
source='../../gcc-10.2.0/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../gcc-10.2.0/libdecnumber -I. -D_FORTIFY_SOURCE=2 -O2 -fPIC -c ../../gcc-10.2.0/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/libdecnumber'
make[2]: Entering directory '/home/iwaka/libgccjit/src/libgccjit-build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc-10.2.0/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 LIBC_MUSL=4 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \
/bin/sh ../../gcc-10.2.0/gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \
/bin/sh ../../gcc-10.2.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc-10.2.0/gcc/mkconfig.sh bconfig.h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genmodes.o ../../gcc-10.2.0/gcc/genmodes.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/errors.o ../../gcc-10.2.0/gcc/errors.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genmodes \
build/genmodes.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genmodes -h > tmp-modes.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-modes.h insn-modes.h
echo timestamp > s-modes-h
build/genmodes -i > tmp-modes-inline.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-modes-inline.h \
insn-modes-inline.h
echo timestamp > s-modes-inline-h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genmddeps.o ../../gcc-10.2.0/gcc/genmddeps.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/read-md.o ../../gcc-10.2.0/gcc/read-md.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genmddeps \
build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genmddeps ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gengtype.o ../../gcc-10.2.0/gcc/gengtype.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gengtype-lex.o ../../gcc-10.2.0/gcc/gengtype-lex.c
/tmp/gcc-10.2.0/gcc-10.2.0/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/tmp/gcc-10.2.0/gcc-10.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
/tmp/gcc-10.2.0/gcc-10.2.0/gcc/gengtype-lex.l:114:1: note: here
gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
/tmp/gcc-10.2.0/gcc-10.2.0/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
/tmp/gcc-10.2.0/gcc-10.2.0/gcc/gengtype-lex.l:132:1: note: here
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gengtype-parse.o ../../gcc-10.2.0/gcc/gengtype-parse.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gengtype-state.o ../../gcc-10.2.0/gcc/gengtype-state.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-DBASEVER="\"10.2.0\"" -DDATESTAMP="\"\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
-DBUGURL="\"<https://github.com/jashandeep-sohi/libgccjit-pkg/issues>\"" -o build/version.o ../../gcc-10.2.0/gcc/version.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
LC_ALL=C ; export LC_ALL ; \
gawk -f ../../gcc-10.2.0/gcc/opt-gather.awk ../../gcc-10.2.0/gcc/ada/gcc-interface/lang.opt ../../gcc-10.2.0/gcc/brig/lang.opt ../../gcc-10.2.0/gcc/d/lang.opt ../../gcc-10.2.0/gcc/fortran/lang.opt ../../gcc-10.2.0/gcc/go/lang.opt ../../gcc-10.2.0/gcc/lto/lang.opt ../../gcc-10.2.0/gcc/c-family/c.opt ../../gcc-10.2.0/gcc/common.opt ../../gcc-10.2.0/gcc/params.opt ../../gcc-10.2.0/gcc/analyzer/analyzer.opt ../../gcc-10.2.0/gcc/config/fused-madd.opt ../../gcc-10.2.0/gcc/config/i386/i386.opt ../../gcc-10.2.0/gcc/config/gnu-user.opt ../../gcc-10.2.0/gcc/config/linux.opt ../../gcc-10.2.0/gcc/config/linux-android.opt > tmp-optionlist
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
gawk -f ../../gcc-10.2.0/gcc/opt-functions.awk -f ../../gcc-10.2.0/gcc/opt-read.awk \
-f ../../gcc-10.2.0/gcc/opth-gen.awk \
< optionlist > tmp-options.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo timestamp > s-gtyp-input
build/gengtype \
-S ../../gcc-10.2.0/gcc -I gtyp-input.list -w tmp-gtype.state
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype \
-r gtype.state
echo timestamp > s-gtype
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genconstants.o ../../gcc-10.2.0/gcc/genconstants.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genconstants \
build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genconstants ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
> tmp-constants.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genpreds.o ../../gcc-10.2.0/gcc/genpreds.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gengenrtl.o ../../gcc-10.2.0/gcc/gengenrtl.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gengenrtl \
build/gengenrtl.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gengenrtl > tmp-genrtl.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > s-genrtl-h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/rtl.o ../../gcc-10.2.0/gcc/rtl.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/read-rtl.o ../../gcc-10.2.0/gcc/read-rtl.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/ggc-none.o ../../gcc-10.2.0/gcc/ggc-none.c
echo "#define BUILDING_GCC_MAJOR `echo 10.2.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
echo "#define BUILDING_GCC_MINOR `echo 10.2.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo "#define BUILDING_GCC_PATCHLEVEL `echo 10.2.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
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/vec.o ../../gcc-10.2.0/gcc/vec.c
build/genmodes -m > tmp-min-modes.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
echo timestamp > s-modes-m
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/min-insn-modes.o min-insn-modes.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gensupport.o ../../gcc-10.2.0/gcc/gensupport.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/print-rtl.o ../../gcc-10.2.0/gcc/print-rtl.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/hash-table.o ../../gcc-10.2.0/gcc/hash-table.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/sort.o ../../gcc-10.2.0/gcc/sort.cc
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genpreds \
build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genpreds -h ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md > tmp-preds.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds-h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h insn-constants.h config/i386/i386.h config/i386/i386-protos.h defaults.h" DEFINES="" \
/bin/sh ../../gcc-10.2.0/gcc/mkconfig.sh tm_d.h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genflags.o ../../gcc-10.2.0/gcc/genflags.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genflags \
build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genconditions.o ../../gcc-10.2.0/gcc/genconditions.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genconditions \
build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genconditions ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md > tmp-condmd.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
echo timestamp > s-conditions
build/genpreds -c ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md > tmp-constrs.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gencondmd.o build/gencondmd.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gencondmd \
build/gencondmd.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-flags.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
if test no = yes \
|| test -n "m64=../lib64 m32=../lib32 mx32=../libx32"; then \
/bin/sh ../../gcc-10.2.0/gcc/genmultilib \
"m64/m32" \
" 64 32" \
"" \
"" \
"" \
"" \
"m64=../lib64 m32=../lib32 mx32=../libx32" \
"" \
"" \
"" \
"no" \
> tmp-mlib.h; \
else \
/bin/sh ../../gcc-10.2.0/gcc/genmultilib '' '' '' '' '' '' '' '' \
"" '' no \
> tmp-mlib.h; \
fi
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genattr.o ../../gcc-10.2.0/gcc/genattr.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genattr \
build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genattr ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genattr-common.o ../../gcc-10.2.0/gcc/genattr-common.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genattr-common \
build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genattr-common ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-attr-common.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
echo timestamp > s-attr-common
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gencodes.o ../../gcc-10.2.0/gcc/gencodes.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gencodes \
build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gencodes ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-codes.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genconfig.o ../../gcc-10.2.0/gcc/genconfig.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genconfig \
build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genconfig ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-config.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gentarget-def.o ../../gcc-10.2.0/gcc/gentarget-def.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gentarget-def \
build/gentarget-def.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gentarget-def ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-target-def.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-target-def.h insn-target-def.h
echo timestamp > s-target-def
lsf=""; for f in $lsf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc-10.2.0/gcc/||' > tmp-specs.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-specs.h specs.h
echo timestamp > s-specs
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
ltf="../../gcc-10.2.0/gcc/ada/gcc-interface/ada-tree.def ../../gcc-10.2.0/gcc/cp/cp-tree.def ../../gcc-10.2.0/gcc/d/d-tree.def ../../gcc-10.2.0/gcc/objc/objc-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|../../gcc-10.2.0/gcc/||' >> tmp-all-tree.def
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-all-tree.def all-tree.def
echo timestamp > s-alltree
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gencheck.o ../../gcc-10.2.0/gcc/gencheck.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gencheck \
build/gencheck.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gencheck > tmp-check.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gcov-iov.o ../../gcc-10.2.0/gcc/gcov-iov.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie \
build/gcov-iov.o -o build/gcov-iov
build/gcov-iov '10.2.0' '' \
> tmp-gcov-iov.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
echo timestamp > s-iov
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genhooks.o ../../gcc-10.2.0/gcc/genhooks.c
../../gcc-10.2.0/gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
../../gcc-10.2.0/gcc/genhooks.c:131:17: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
131 | while (fscanf (f, "%*[^@]"), buf[0] = '\0',
| ~~~~~~~^~~~~~~~~~~~~
../../gcc-10.2.0/gcc/genhooks.c:140:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
140 | fscanf (f, "%999s", buf);
| ~~~~~~~^~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/genhooks.c:193:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
193 | fscanf (f, "%5[^ \n]", buf);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/genhooks.c:199:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
199 | fscanf (f, "%999s", buf);
| ~~~~~~~^~~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genhooks \
build/genhooks.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genhooks "Target Hook" \
> tmp-target-hooks-def.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-target-hooks-def.h \
target-hooks-def.h
echo timestamp > s-target-hooks-def-h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genopinit.o ../../gcc-10.2.0/gcc/genopinit.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genopinit \
build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genopinit ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-opinit.h insn-opinit.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-common-target-hooks-def.h \
common/common-target-hooks-def.h
echo timestamp > s-common-target-hooks-def-h
gawk -f ../../gcc-10.2.0/gcc/gen-pass-instances.awk \
../../gcc-10.2.0/gcc/passes.def ../../gcc-10.2.0/gcc/config/i386/i386-passes.def > pass-instances.def
build/genhooks "C Target Hook" \
> tmp-c-target-hooks-def.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-c-target-hooks-def.h \
c-family/c-target-hooks-def.h
echo timestamp > s-c-target-hooks-def-h
build/genhooks "D Target Hook" \
> tmp-d-target-hooks-def.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-d-target-hooks-def.h \
d/d-target-hooks-def.h
echo timestamp > s-d-target-hooks-def-h
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/gencfn-macros.o ../../gcc-10.2.0/gcc/gencfn-macros.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/gencfn-macros \
build/gencfn-macros.o build/errors.o build/hash-table.o build/vec.o build/ggc-none.o build/sort.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/gencfn-macros -c \
> tmp-case-cfn-macros.h
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-case-cfn-macros.h \
case-cfn-macros.h
echo timestamp > s-case-cfn-macros
build/gencfn-macros -o \
> tmp-cfn-operators.pd
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-cfn-operators.pd \
cfn-operators.pd
echo timestamp > s-cfn-operators
rm -f tmp-omp-device-properties.h; \
for kind in kind arch isa; do \
echo 'const char omp_offload_device_'${kind}'[] = ' \
>> tmp-omp-device-properties.h; \
for prop in none ; do \
[ "$prop" = "none" ] && continue; \
tgt=`echo "$prop" | sed 's/=.*$//'`; \
props=`echo "$prop" | sed 's/.*=//'`; \
echo "\"$tgt\\0\"" >> tmp-omp-device-properties.h; \
sed -n 's/^'${kind}': //p' ${props} \
| sed 's/[[:blank:]]/ /g;s/ */ /g;s/^ //;s/ $//;s/ /\\0/g;s/^/"/;s/$/\\0\\0"/' \
>> tmp-omp-device-properties.h; \
done; \
echo '"";' >> tmp-omp-device-properties.h; \
done; \
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-omp-device-properties.h \
omp-device-properties.h
echo timestamp > s-omp-device-properties-h
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc-10.2.0/gcc/c/c-lang.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc-10.2.0/gcc/c-family/stub-objc.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc-10.2.0/gcc/attribs.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc-10.2.0/gcc/c/c-errors.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc-10.2.0/gcc/c/c-decl.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc-10.2.0/gcc/c/c-typeck.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc-10.2.0/gcc/c/c-convert.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc-10.2.0/gcc/c/c-aux-info.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc-10.2.0/gcc/c/c-objc-common.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo ../../gcc-10.2.0/gcc/c/c-parser.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo ../../gcc-10.2.0/gcc/c/c-fold.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo ../../gcc-10.2.0/gcc/c/gimple-parser.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../gcc-10.2.0/gcc/c-family/c-common.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo ../../gcc-10.2.0/gcc/c-family/c-cppbuiltin.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo ../../gcc-10.2.0/gcc/c-family/c-dump.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo ../../gcc-10.2.0/gcc/c-family/c-format.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo ../../gcc-10.2.0/gcc/c-family/c-gimplify.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo ../../gcc-10.2.0/gcc/c-family/c-indentation.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo ../../gcc-10.2.0/gcc/c-family/c-lex.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo ../../gcc-10.2.0/gcc/c-family/c-omp.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo ../../gcc-10.2.0/gcc/c-family/c-opts.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo ../../gcc-10.2.0/gcc/c-family/c-pch.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo ../../gcc-10.2.0/gcc/c-family/c-ppoutput.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo ../../gcc-10.2.0/gcc/c-family/c-pragma.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo ../../gcc-10.2.0/gcc/c-family/c-pretty-print.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo ../../gcc-10.2.0/gcc/c-family/c-semantics.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo ../../gcc-10.2.0/gcc/c-family/c-ada-spec.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo ../../gcc-10.2.0/gcc/c-family/c-ubsan.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo ../../gcc-10.2.0/gcc/c-family/known-headers.cc
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo ../../gcc-10.2.0/gcc/c-family/c-attribs.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo ../../gcc-10.2.0/gcc/c-family/c-warn.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c-family -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo ../../gcc-10.2.0/gcc/c-family/c-spellcheck.cc
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo ../../gcc-10.2.0/gcc/config/i386/i386-c.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo ../../gcc-10.2.0/gcc/config/glibc-c.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genchecksum.o ../../gcc-10.2.0/gcc/genchecksum.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genchecksum \
build/genchecksum.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
echo "g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" > checksum-options.tmp \
&& ../../gcc-10.2.0/gcc/../move-if-change checksum-options.tmp checksum-options
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genmatch.o ../../gcc-10.2.0/gcc/genmatch.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genmatch \
build/genmatch.o ../build-x86_64-pc-linux-gnu/libcpp/libcpp.a build/errors.o build/vec.o build/hash-table.o build/sort.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genmatch --gimple ../../gcc-10.2.0/gcc/match.pd \
> tmp-gimple-match.c
GIMPLE decision tree has 3291 leafs, maximum depth 28 and a total number of 13720 nodes
removed 2179 duplicate tails
build/genmatch --generic ../../gcc-10.2.0/gcc/match.pd \
> tmp-generic-match.c
GENERIC decision tree has 3162 leafs, maximum depth 13 and a total number of 13042 nodes
removed 2119 duplicate tails
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-gimple-match.c \
gimple-match.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-generic-match.c \
generic-match.c
echo timestamp > s-match
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genattrtab.o ../../gcc-10.2.0/gcc/genattrtab.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genattrtab \
build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genattrtab ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md insn-conditions.md \
-Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-dfatab.c insn-dfatab.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-latencytab.c insn-latencytab.c
echo timestamp > s-attrtab
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genautomata.o ../../gcc-10.2.0/gcc/genautomata.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genautomata \
build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a -lm
build/genautomata ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-automata.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genemit.o ../../gcc-10.2.0/gcc/genemit.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genemit \
build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genemit ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-emit.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genextract.o ../../gcc-10.2.0/gcc/genextract.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genextract \
build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genextract ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-extract.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.c
build/genmodes > tmp-modes.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-modes.c insn-modes.c
echo timestamp > s-modes
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genoutput.o ../../gcc-10.2.0/gcc/genoutput.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genoutput \
build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genoutput ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-output.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genpeep.o ../../gcc-10.2.0/gcc/genpeep.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genpeep \
build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genpeep ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-peep.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.c
build/genpreds ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md > tmp-preds.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-preds.c insn-preds.c
echo timestamp > s-preds
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genrecog.o ../../gcc-10.2.0/gcc/genrecog.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/inchash.o ../../gcc-10.2.0/gcc/inchash.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genrecog \
build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o build/inchash.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genrecog ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
insn-conditions.md > tmp-recog.c
Statistics for recog:
Number of decisions: 48786
longest path: 402 (code: 4429)
longest backtrack: 32 (code: 4954)
Statistics for split_insns:
Number of decisions: 4152
longest path: 136 (code: 9)
longest backtrack: 22 (code: 624)
Statistics for peephole2_insns:
Number of decisions: 2052
longest path: 293 (code: 230)
longest backtrack: 17 (code: 198)
Shared 39014 out of 74416 states by creating 9969 new states, saving 29045
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.c
g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/build -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -D_FORTIFY_SOURCE=2 -O2 \
-o build/genenums.o ../../gcc-10.2.0/gcc/genenums.c
g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -no-pie -o build/genenums \
build/genenums.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/pic/libiberty.a
build/genenums ../../gcc-10.2.0/gcc/common.md ../../gcc-10.2.0/gcc/config/i386/i386.md \
> tmp-enums.c
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-enums.c insn-enums.c
echo timestamp > s-enums
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo ../../gcc-10.2.0/gcc/ggc-page.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo ../../gcc-10.2.0/gcc/alias.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo ../../gcc-10.2.0/gcc/alloc-pool.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo ../../gcc-10.2.0/gcc/auto-inc-dec.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo ../../gcc-10.2.0/gcc/auto-profile.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo ../../gcc-10.2.0/gcc/bb-reorder.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo ../../gcc-10.2.0/gcc/bitmap.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo ../../gcc-10.2.0/gcc/builtins.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo ../../gcc-10.2.0/gcc/caller-save.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo ../../gcc-10.2.0/gcc/calls.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo ../../gcc-10.2.0/gcc/ccmp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo ../../gcc-10.2.0/gcc/cfg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo ../../gcc-10.2.0/gcc/cfganal.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo ../../gcc-10.2.0/gcc/cfgbuild.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo ../../gcc-10.2.0/gcc/cfgcleanup.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo ../../gcc-10.2.0/gcc/cfgexpand.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo ../../gcc-10.2.0/gcc/cfghooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo ../../gcc-10.2.0/gcc/cfgloop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo ../../gcc-10.2.0/gcc/cfgloopanal.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo ../../gcc-10.2.0/gcc/cfgloopmanip.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo ../../gcc-10.2.0/gcc/cfgrtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo ../../gcc-10.2.0/gcc/symtab.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo ../../gcc-10.2.0/gcc/cgraph.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo ../../gcc-10.2.0/gcc/cgraphbuild.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo ../../gcc-10.2.0/gcc/cgraphunit.c
../../gcc-10.2.0/gcc/cgraphunit.c: In function ‘void process_symver_attribute(symtab_node*)’:
../../gcc-10.2.0/gcc/cgraphunit.c:764:4: warning: unquoted keyword ‘weakref’ in format [-Wformat-diag]
764 | "weakref cannot be versioned");
| ^~~~~~~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo ../../gcc-10.2.0/gcc/cgraphclones.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo ../../gcc-10.2.0/gcc/combine.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo ../../gcc-10.2.0/gcc/combine-stack-adj.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo ../../gcc-10.2.0/gcc/compare-elim.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo ../../gcc-10.2.0/gcc/context.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo ../../gcc-10.2.0/gcc/convert.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o coroutine-passes.o -MT coroutine-passes.o -MMD -MP -MF ./.deps/coroutine-passes.TPo ../../gcc-10.2.0/gcc/coroutine-passes.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo ../../gcc-10.2.0/gcc/coverage.c
g++ -fno-PIE -c -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DBASEVER="\"10.2.0\"" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo ../../gcc-10.2.0/gcc/cppbuiltin.c
g++ -fno-PIE -c -DGCC_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/x86_64-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../include/c++/10.2.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo ../../gcc-10.2.0/gcc/cppdefault.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo ../../gcc-10.2.0/gcc/cprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo ../../gcc-10.2.0/gcc/cse.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo ../../gcc-10.2.0/gcc/cselib.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo ../../gcc-10.2.0/gcc/data-streamer.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo ../../gcc-10.2.0/gcc/data-streamer-in.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo ../../gcc-10.2.0/gcc/data-streamer-out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dbxout.o -MT dbxout.o -MMD -MP -MF ./.deps/dbxout.TPo ../../gcc-10.2.0/gcc/dbxout.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo ../../gcc-10.2.0/gcc/dbgcnt.c
../../gcc-10.2.0/gcc/dbgcnt.c: In function ‘bool dbg_cnt_set_limit_by_index(debug_counter, const char*, unsigned int, unsigned int)’:
../../gcc-10.2.0/gcc/dbgcnt.c:129:13: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
129 | "[%u, %u]\n", name, t2.first, t2.second, t1.first, t1.second);
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo ../../gcc-10.2.0/gcc/dce.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo ../../gcc-10.2.0/gcc/ddg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo ../../gcc-10.2.0/gcc/debug.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo ../../gcc-10.2.0/gcc/df-core.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo ../../gcc-10.2.0/gcc/df-problems.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo ../../gcc-10.2.0/gcc/df-scan.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo ../../gcc-10.2.0/gcc/dfp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o digraph.o -MT digraph.o -MMD -MP -MF ./.deps/digraph.TPo ../../gcc-10.2.0/gcc/digraph.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo ../../gcc-10.2.0/gcc/dojump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo ../../gcc-10.2.0/gcc/dominance.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo ../../gcc-10.2.0/gcc/domwalk.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo ../../gcc-10.2.0/gcc/double-int.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo ../../gcc-10.2.0/gcc/dse.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo ../../gcc-10.2.0/gcc/dumpfile.c
../../gcc-10.2.0/gcc/dumpfile.c: In function ‘void dump_loc(dump_flags_t, pretty_printer*, location_t)’:
../../gcc-10.2.0/gcc/dumpfile.c:496:27: warning: spurious trailing space in format [-Wformat-diag]
496 | pp_printf (pp, "%s:%d:%d: ", LOCATION_FILE (loc),
| ^
../../gcc-10.2.0/gcc/dumpfile.c:499:27: warning: spurious trailing space in format [-Wformat-diag]
499 | pp_printf (pp, "%s:%d:%d: ",
| ^
../../gcc-10.2.0/gcc/dumpfile.c:503:26: warning: spurious trailing space in format [-Wformat-diag]
503 | pp_printf (pp, "%s: ", kind_as_string (dump_kind));
| ^
../../gcc-10.2.0/gcc/dumpfile.c: In member function ‘void dump_context::begin_scope(const char*, const dump_user_location_t&, const dump_impl_location_t&)’:
../../gcc-10.2.0/gcc/dumpfile.c:1120:20: warning: spurious leading punctuation sequence ‘===’ in format [-Wformat-diag]
1120 | pp_printf (&pp, "=== %s ===\n", name);
| ^~~
../../gcc-10.2.0/gcc/dumpfile.c:1120:27: warning: unquoted sequence of 3 consecutive punctuation characters ‘===’ in format [-Wformat-diag]
1120 | pp_printf (&pp, "=== %s ===\n", name);
| ^~~
../../gcc-10.2.0/gcc/dumpfile.c:1120:30: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
1120 | pp_printf (&pp, "=== %s ===\n", name);
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo ../../gcc-10.2.0/gcc/dwarf2asm.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo ../../gcc-10.2.0/gcc/dwarf2cfi.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo ../../gcc-10.2.0/gcc/dwarf2out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo ../../gcc-10.2.0/gcc/early-remat.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo ../../gcc-10.2.0/gcc/emit-rtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo ../../gcc-10.2.0/gcc/et-forest.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo ../../gcc-10.2.0/gcc/except.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo ../../gcc-10.2.0/gcc/explow.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo ../../gcc-10.2.0/gcc/expmed.c
In file included from ../../gcc-10.2.0/gcc/coretypes.h:452,
from ../../gcc-10.2.0/gcc/expmed.c:26:
../../gcc-10.2.0/gcc/machmode.h: In function ‘rtx_def* emit_store_flag_1(rtx, rtx_code, rtx, rtx, machine_mode, int, int, machine_mode)’:
../../gcc-10.2.0/gcc/machmode.h:546:42: warning: ‘int_mode’ may be used uninitialized in this function [-Wmaybe-uninitialized]
546 | ? mode_size_inline (mode) : mode_size[mode]);
| ^~~~
../../gcc-10.2.0/gcc/expmed.c:5618:19: note: ‘int_mode’ was declared here
5618 | scalar_int_mode int_mode;
| ^~~~~~~~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo ../../gcc-10.2.0/gcc/expr.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo ../../gcc-10.2.0/gcc/fibonacci_heap.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo ../../gcc-10.2.0/gcc/file-prefix-map.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo ../../gcc-10.2.0/gcc/final.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo ../../gcc-10.2.0/gcc/fixed-value.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo ../../gcc-10.2.0/gcc/fold-const.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo ../../gcc-10.2.0/gcc/fold-const-call.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo ../../gcc-10.2.0/gcc/function.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o function-abi.o -MT function-abi.o -MMD -MP -MF ./.deps/function-abi.TPo ../../gcc-10.2.0/gcc/function-abi.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo ../../gcc-10.2.0/gcc/function-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo ../../gcc-10.2.0/gcc/fwprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo ../../gcc-10.2.0/gcc/gcc-rich-location.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo ../../gcc-10.2.0/gcc/gcse.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo ../../gcc-10.2.0/gcc/gcse-common.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo ../../gcc-10.2.0/gcc/ggc-common.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo ../../gcc-10.2.0/gcc/ggc-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo ../../gcc-10.2.0/gcc/gimple.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo ../../gcc-10.2.0/gcc/gimple-builder.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo ../../gcc-10.2.0/gcc/gimple-expr.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo ../../gcc-10.2.0/gcc/gimple-iterator.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo ../../gcc-10.2.0/gcc/gimple-fold.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo ../../gcc-10.2.0/gcc/gimple-laddress.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo ../../gcc-10.2.0/gcc/gimple-loop-interchange.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo ../../gcc-10.2.0/gcc/gimple-loop-jam.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-loop-versioning.o -MT gimple-loop-versioning.o -MMD -MP -MF ./.deps/gimple-loop-versioning.TPo ../../gcc-10.2.0/gcc/gimple-loop-versioning.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo ../../gcc-10.2.0/gcc/gimple-low.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo ../../gcc-10.2.0/gcc/gimple-pretty-print.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo ../../gcc-10.2.0/gcc/gimple-ssa-backprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-evrp.o -MT gimple-ssa-evrp.o -MMD -MP -MF ./.deps/gimple-ssa-evrp.TPo ../../gcc-10.2.0/gcc/gimple-ssa-evrp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-evrp-analyze.o -MT gimple-ssa-evrp-analyze.o -MMD -MP -MF ./.deps/gimple-ssa-evrp-analyze.TPo ../../gcc-10.2.0/gcc/gimple-ssa-evrp-analyze.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo ../../gcc-10.2.0/gcc/gimple-ssa-isolate-paths.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo ../../gcc-10.2.0/gcc/gimple-ssa-nonnull-compare.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo ../../gcc-10.2.0/gcc/gimple-ssa-split-paths.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo ../../gcc-10.2.0/gcc/gimple-ssa-store-merging.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo ../../gcc-10.2.0/gcc/gimple-ssa-strength-reduction.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo ../../gcc-10.2.0/gcc/gimple-ssa-sprintf.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo ../../gcc-10.2.0/gcc/gimple-ssa-warn-alloca.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo ../../gcc-10.2.0/gcc/gimple-ssa-warn-restrict.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo ../../gcc-10.2.0/gcc/gimple-streamer-in.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo ../../gcc-10.2.0/gcc/gimple-streamer-out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo ../../gcc-10.2.0/gcc/gimple-walk.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo ../../gcc-10.2.0/gcc/gimplify.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo ../../gcc-10.2.0/gcc/gimplify-me.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo ../../gcc-10.2.0/gcc/godump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo ../../gcc-10.2.0/gcc/graph.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo ../../gcc-10.2.0/gcc/graphds.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphviz.o -MT graphviz.o -MMD -MP -MF ./.deps/graphviz.TPo ../../gcc-10.2.0/gcc/graphviz.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo ../../gcc-10.2.0/gcc/graphite.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo ../../gcc-10.2.0/gcc/graphite-isl-ast-to-gimple.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo ../../gcc-10.2.0/gcc/graphite-dependences.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../../gcc-10.2.0/gcc/graphite-optimize-isl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo ../../gcc-10.2.0/gcc/graphite-poly.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo ../../gcc-10.2.0/gcc/graphite-scop-detection.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo ../../gcc-10.2.0/gcc/graphite-sese-to-poly.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo ../../gcc-10.2.0/gcc/haifa-sched.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hash-map-tests.o -MT hash-map-tests.o -MMD -MP -MF ./.deps/hash-map-tests.TPo ../../gcc-10.2.0/gcc/hash-map-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hash-set-tests.o -MT hash-set-tests.o -MMD -MP -MF ./.deps/hash-set-tests.TPo ../../gcc-10.2.0/gcc/hash-set-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hsa-common.o -MT hsa-common.o -MMD -MP -MF ./.deps/hsa-common.TPo ../../gcc-10.2.0/gcc/hsa-common.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hsa-gen.o -MT hsa-gen.o -MMD -MP -MF ./.deps/hsa-gen.TPo ../../gcc-10.2.0/gcc/hsa-gen.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hsa-regalloc.o -MT hsa-regalloc.o -MMD -MP -MF ./.deps/hsa-regalloc.TPo ../../gcc-10.2.0/gcc/hsa-regalloc.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hsa-brig.o -MT hsa-brig.o -MMD -MP -MF ./.deps/hsa-brig.TPo ../../gcc-10.2.0/gcc/hsa-brig.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hsa-dump.o -MT hsa-dump.o -MMD -MP -MF ./.deps/hsa-dump.TPo ../../gcc-10.2.0/gcc/hsa-dump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo ../../gcc-10.2.0/gcc/hw-doloop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo ../../gcc-10.2.0/gcc/hwint.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo ../../gcc-10.2.0/gcc/ifcvt.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo ../../gcc-10.2.0/gcc/ree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo ../../gcc-10.2.0/gcc/inchash.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo ../../gcc-10.2.0/gcc/incpath.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo ../../gcc-10.2.0/gcc/init-regs.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo ../../gcc-10.2.0/gcc/internal-fn.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo ../../gcc-10.2.0/gcc/ipa-cp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-sra.o -MT ipa-sra.o -MMD -MP -MF ./.deps/ipa-sra.TPo ../../gcc-10.2.0/gcc/ipa-sra.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo ../../gcc-10.2.0/gcc/ipa-devirt.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-fnsummary.o -MT ipa-fnsummary.o -MMD -MP -MF ./.deps/ipa-fnsummary.TPo ../../gcc-10.2.0/gcc/ipa-fnsummary.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo ../../gcc-10.2.0/gcc/ipa-polymorphic-call.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo ../../gcc-10.2.0/gcc/ipa-split.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo ../../gcc-10.2.0/gcc/ipa-inline.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo ../../gcc-10.2.0/gcc/ipa-comdats.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo ../../gcc-10.2.0/gcc/ipa-visibility.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo ../../gcc-10.2.0/gcc/ipa-inline-analysis.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo ../../gcc-10.2.0/gcc/ipa-inline-transform.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-predicate.o -MT ipa-predicate.o -MMD -MP -MF ./.deps/ipa-predicate.TPo ../../gcc-10.2.0/gcc/ipa-predicate.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo ../../gcc-10.2.0/gcc/ipa-profile.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo ../../gcc-10.2.0/gcc/ipa-prop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-param-manipulation.o -MT ipa-param-manipulation.o -MMD -MP -MF ./.deps/ipa-param-manipulation.TPo ../../gcc-10.2.0/gcc/ipa-param-manipulation.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo ../../gcc-10.2.0/gcc/ipa-pure-const.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo ../../gcc-10.2.0/gcc/ipa-icf.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo ../../gcc-10.2.0/gcc/ipa-icf-gimple.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo ../../gcc-10.2.0/gcc/ipa-reference.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-hsa.o -MT ipa-hsa.o -MMD -MP -MF ./.deps/ipa-hsa.TPo ../../gcc-10.2.0/gcc/ipa-hsa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo ../../gcc-10.2.0/gcc/ipa-ref.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo ../../gcc-10.2.0/gcc/ipa-utils.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo ../../gcc-10.2.0/gcc/ipa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo ../../gcc-10.2.0/gcc/ira.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo ../../gcc-10.2.0/gcc/ira-build.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo ../../gcc-10.2.0/gcc/ira-costs.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo ../../gcc-10.2.0/gcc/ira-conflicts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo ../../gcc-10.2.0/gcc/ira-color.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo ../../gcc-10.2.0/gcc/ira-emit.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo ../../gcc-10.2.0/gcc/ira-lives.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo ../../gcc-10.2.0/gcc/jump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo ../../gcc-10.2.0/gcc/langhooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo ../../gcc-10.2.0/gcc/lcm.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo ../../gcc-10.2.0/gcc/lists.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo ../../gcc-10.2.0/gcc/loop-doloop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo ../../gcc-10.2.0/gcc/loop-init.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo ../../gcc-10.2.0/gcc/loop-invariant.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo ../../gcc-10.2.0/gcc/loop-iv.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo ../../gcc-10.2.0/gcc/loop-unroll.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo ../../gcc-10.2.0/gcc/lower-subreg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo ../../gcc-10.2.0/gcc/lra.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo ../../gcc-10.2.0/gcc/lra-assigns.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo ../../gcc-10.2.0/gcc/lra-coalesce.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo ../../gcc-10.2.0/gcc/lra-constraints.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo ../../gcc-10.2.0/gcc/lra-eliminations.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo ../../gcc-10.2.0/gcc/lra-lives.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo ../../gcc-10.2.0/gcc/lra-remat.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo ../../gcc-10.2.0/gcc/lra-spills.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo ../../gcc-10.2.0/gcc/lto-cgraph.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo ../../gcc-10.2.0/gcc/lto-streamer.c
g++ -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo ../../gcc-10.2.0/gcc/lto-streamer-in.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo ../../gcc-10.2.0/gcc/lto-streamer-out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo ../../gcc-10.2.0/gcc/lto-section-in.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo ../../gcc-10.2.0/gcc/lto-section-out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo ../../gcc-10.2.0/gcc/lto-opts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo ../../gcc-10.2.0/gcc/lto-compress.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo ../../gcc-10.2.0/gcc/mcf.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo ../../gcc-10.2.0/gcc/mode-switching.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo ../../gcc-10.2.0/gcc/modulo-sched.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o multiple_target.o -MT multiple_target.o -MMD -MP -MF ./.deps/multiple_target.TPo ../../gcc-10.2.0/gcc/multiple_target.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-offload.o -MT omp-offload.o -MMD -MP -MF ./.deps/omp-offload.TPo ../../gcc-10.2.0/gcc/omp-offload.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-expand.o -MT omp-expand.o -MMD -MP -MF ./.deps/omp-expand.TPo ../../gcc-10.2.0/gcc/omp-expand.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-general.o -MT omp-general.o -MMD -MP -MF ./.deps/omp-general.TPo ../../gcc-10.2.0/gcc/omp-general.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-grid.o -MT omp-grid.o -MMD -MP -MF ./.deps/omp-grid.TPo ../../gcc-10.2.0/gcc/omp-grid.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo ../../gcc-10.2.0/gcc/omp-low.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o omp-simd-clone.o -MT omp-simd-clone.o -MMD -MP -MF ./.deps/omp-simd-clone.TPo ../../gcc-10.2.0/gcc/omp-simd-clone.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o opt-problem.o -MT opt-problem.o -MMD -MP -MF ./.deps/opt-problem.TPo ../../gcc-10.2.0/gcc/opt-problem.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo ../../gcc-10.2.0/gcc/optabs.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optabs-libfuncs.o -MT optabs-libfuncs.o -MMD -MP -MF ./.deps/optabs-libfuncs.TPo ../../gcc-10.2.0/gcc/optabs-libfuncs.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optabs-query.o -MT optabs-query.o -MMD -MP -MF ./.deps/optabs-query.TPo ../../gcc-10.2.0/gcc/optabs-query.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optabs-tree.o -MT optabs-tree.o -MMD -MP -MF ./.deps/optabs-tree.TPo ../../gcc-10.2.0/gcc/optabs-tree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optinfo.o -MT optinfo.o -MMD -MP -MF ./.deps/optinfo.TPo ../../gcc-10.2.0/gcc/optinfo.cc
g++ -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o optinfo-emit-json.o -MT optinfo-emit-json.o -MMD -MP -MF ./.deps/optinfo-emit-json.TPo ../../gcc-10.2.0/gcc/optinfo-emit-json.cc
gawk -f ../../gcc-10.2.0/gcc/opt-functions.awk -f ../../gcc-10.2.0/gcc/opt-read.awk \
-f ../../gcc-10.2.0/gcc/optc-save-gen.awk \
-v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo ../../gcc-10.2.0/gcc/opts-global.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ordered-hash-map-tests.o -MT ordered-hash-map-tests.o -MMD -MP -MF ./.deps/ordered-hash-map-tests.TPo ../../gcc-10.2.0/gcc/ordered-hash-map-tests.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo ../../gcc-10.2.0/gcc/passes.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo ../../gcc-10.2.0/gcc/plugin.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo ../../gcc-10.2.0/gcc/postreload-gcse.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo ../../gcc-10.2.0/gcc/postreload.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo ../../gcc-10.2.0/gcc/predict.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo ../../gcc-10.2.0/gcc/print-rtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o print-rtl-function.o -MT print-rtl-function.o -MMD -MP -MF ./.deps/print-rtl-function.TPo ../../gcc-10.2.0/gcc/print-rtl-function.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo ../../gcc-10.2.0/gcc/print-tree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo ../../gcc-10.2.0/gcc/profile.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o profile-count.o -MT profile-count.o -MMD -MP -MF ./.deps/profile-count.TPo ../../gcc-10.2.0/gcc/profile-count.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o range.o -MT range.o -MMD -MP -MF ./.deps/range.TPo ../../gcc-10.2.0/gcc/range.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o range-op.o -MT range-op.o -MMD -MP -MF ./.deps/range-op.TPo ../../gcc-10.2.0/gcc/range-op.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o read-md.o -MT read-md.o -MMD -MP -MF ./.deps/read-md.TPo ../../gcc-10.2.0/gcc/read-md.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o read-rtl.o -MT read-rtl.o -MMD -MP -MF ./.deps/read-rtl.TPo ../../gcc-10.2.0/gcc/read-rtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o read-rtl-function.o -MT read-rtl-function.o -MMD -MP -MF ./.deps/read-rtl-function.TPo ../../gcc-10.2.0/gcc/read-rtl-function.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo ../../gcc-10.2.0/gcc/real.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo ../../gcc-10.2.0/gcc/realmpfr.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo ../../gcc-10.2.0/gcc/recog.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo ../../gcc-10.2.0/gcc/reg-stack.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo ../../gcc-10.2.0/gcc/regcprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo ../../gcc-10.2.0/gcc/reginfo.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo ../../gcc-10.2.0/gcc/regrename.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo ../../gcc-10.2.0/gcc/regstat.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo ../../gcc-10.2.0/gcc/reload.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo ../../gcc-10.2.0/gcc/reload1.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo ../../gcc-10.2.0/gcc/reorg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo ../../gcc-10.2.0/gcc/resource.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo ../../gcc-10.2.0/gcc/rtl-error.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtl-tests.o -MT rtl-tests.o -MMD -MP -MF ./.deps/rtl-tests.TPo ../../gcc-10.2.0/gcc/rtl-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo ../../gcc-10.2.0/gcc/rtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo ../../gcc-10.2.0/gcc/rtlhash.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo ../../gcc-10.2.0/gcc/rtlanal.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo ../../gcc-10.2.0/gcc/rtlhooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o rtx-vector-builder.o -MT rtx-vector-builder.o -MMD -MP -MF ./.deps/rtx-vector-builder.TPo ../../gcc-10.2.0/gcc/rtx-vector-builder.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o run-rtl-passes.o -MT run-rtl-passes.o -MMD -MP -MF ./.deps/run-rtl-passes.TPo ../../gcc-10.2.0/gcc/run-rtl-passes.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo ../../gcc-10.2.0/gcc/sched-deps.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo ../../gcc-10.2.0/gcc/sched-ebb.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo ../../gcc-10.2.0/gcc/sched-rgn.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo ../../gcc-10.2.0/gcc/sel-sched-ir.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo ../../gcc-10.2.0/gcc/sel-sched-dump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo ../../gcc-10.2.0/gcc/sel-sched.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o selftest-rtl.o -MT selftest-rtl.o -MMD -MP -MF ./.deps/selftest-rtl.TPo ../../gcc-10.2.0/gcc/selftest-rtl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o selftest-run-tests.o -MT selftest-run-tests.o -MMD -MP -MF ./.deps/selftest-run-tests.TPo ../../gcc-10.2.0/gcc/selftest-run-tests.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo ../../gcc-10.2.0/gcc/sese.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo ../../gcc-10.2.0/gcc/shrink-wrap.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo ../../gcc-10.2.0/gcc/simplify-rtx.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo ../../gcc-10.2.0/gcc/sparseset.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o spellcheck.o -MT spellcheck.o -MMD -MP -MF ./.deps/spellcheck.TPo ../../gcc-10.2.0/gcc/spellcheck.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o spellcheck-tree.o -MT spellcheck-tree.o -MMD -MP -MF ./.deps/spellcheck-tree.TPo ../../gcc-10.2.0/gcc/spellcheck-tree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo ../../gcc-10.2.0/gcc/sreal.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo ../../gcc-10.2.0/gcc/stack-ptr-mod.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo ../../gcc-10.2.0/gcc/statistics.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo ../../gcc-10.2.0/gcc/stmt.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo ../../gcc-10.2.0/gcc/stor-layout.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo ../../gcc-10.2.0/gcc/store-motion.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo ../../gcc-10.2.0/gcc/streamer-hooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo ../../gcc-10.2.0/gcc/stringpool.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o substring-locations.o -MT substring-locations.o -MMD -MP -MF ./.deps/substring-locations.TPo ../../gcc-10.2.0/gcc/substring-locations.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo ../../gcc-10.2.0/gcc/target-globals.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo ../../gcc-10.2.0/gcc/targhooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo ../../gcc-10.2.0/gcc/timevar.c
g++ -fno-PIE -c -DTARGET_NAME=\"x86_64-pc-linux-gnu\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo ../../gcc-10.2.0/gcc/toplev.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo ../../gcc-10.2.0/gcc/tracer.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo ../../gcc-10.2.0/gcc/trans-mem.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo ../../gcc-10.2.0/gcc/tree-affine.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo ../../gcc-10.2.0/gcc/asan.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo ../../gcc-10.2.0/gcc/tsan.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo ../../gcc-10.2.0/gcc/ubsan.c
../../gcc-10.2.0/gcc/ubsan.c: In function ‘tree_node* ubsan_type_descriptor(tree, ubsan_print_style)’:
../../gcc-10.2.0/gcc/ubsan.c:411:33: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
411 | pp_printf (&pretty_name, "'%s%s%s%s%s%s%s",
| ^
../../gcc-10.2.0/gcc/ubsan.c:430:36: warning: spurious trailing space in format [-Wformat-diag]
430 | pp_printf (&pretty_name, "'%s ", tname);
| ^
../../gcc-10.2.0/gcc/ubsan.c:430:33: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
430 | pp_printf (&pretty_name, "'%s ", tname);
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo ../../gcc-10.2.0/gcc/sanopt.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sancov.o -MT sancov.o -MMD -MP -MF ./.deps/sancov.TPo ../../gcc-10.2.0/gcc/sancov.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo ../../gcc-10.2.0/gcc/tree-call-cdce.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo ../../gcc-10.2.0/gcc/tree-cfg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo ../../gcc-10.2.0/gcc/tree-cfgcleanup.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo ../../gcc-10.2.0/gcc/tree-chrec.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo ../../gcc-10.2.0/gcc/tree-complex.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo ../../gcc-10.2.0/gcc/tree-data-ref.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo ../../gcc-10.2.0/gcc/tree-dfa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo ../../gcc-10.2.0/gcc/tree-diagnostic.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-diagnostic-path.o -MT tree-diagnostic-path.o -MMD -MP -MF ./.deps/tree-diagnostic-path.TPo ../../gcc-10.2.0/gcc/tree-diagnostic-path.cc
../../gcc-10.2.0/gcc/tree-diagnostic-path.cc: In member function ‘void {anonymous}::path_summary::print(diagnostic_context*, bool) const’:
../../gcc-10.2.0/gcc/tree-diagnostic-path.cc:419:21: warning: spurious leading punctuation sequence ‘|’ in format [-Wformat-diag]
419 | pp_printf (pp, "|");
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo ../../gcc-10.2.0/gcc/tree-dump.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo ../../gcc-10.2.0/gcc/tree-eh.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo ../../gcc-10.2.0/gcc/tree-emutls.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo ../../gcc-10.2.0/gcc/tree-if-conv.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo ../../gcc-10.2.0/gcc/tree-inline.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo ../../gcc-10.2.0/gcc/tree-into-ssa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo ../../gcc-10.2.0/gcc/tree-iterator.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo ../../gcc-10.2.0/gcc/tree-loop-distribution.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo ../../gcc-10.2.0/gcc/tree-nested.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo ../../gcc-10.2.0/gcc/tree-nrv.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo ../../gcc-10.2.0/gcc/tree-object-size.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo ../../gcc-10.2.0/gcc/tree-outof-ssa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo ../../gcc-10.2.0/gcc/tree-parloops.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo ../../gcc-10.2.0/gcc/tree-phinodes.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo ../../gcc-10.2.0/gcc/tree-predcom.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo ../../gcc-10.2.0/gcc/tree-pretty-print.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo ../../gcc-10.2.0/gcc/tree-profile.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo ../../gcc-10.2.0/gcc/tree-scalar-evolution.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo ../../gcc-10.2.0/gcc/tree-sra.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo ../../gcc-10.2.0/gcc/tree-switch-conversion.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo ../../gcc-10.2.0/gcc/tree-ssa-address.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo ../../gcc-10.2.0/gcc/tree-ssa-alias.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo ../../gcc-10.2.0/gcc/tree-ssa-ccp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo ../../gcc-10.2.0/gcc/tree-ssa-coalesce.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo ../../gcc-10.2.0/gcc/tree-ssa-copy.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo ../../gcc-10.2.0/gcc/tree-ssa-dce.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo ../../gcc-10.2.0/gcc/tree-ssa-dom.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo ../../gcc-10.2.0/gcc/tree-ssa-dse.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo ../../gcc-10.2.0/gcc/tree-ssa-forwprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo ../../gcc-10.2.0/gcc/tree-ssa-ifcombine.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo ../../gcc-10.2.0/gcc/tree-ssa-live.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-ch.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-im.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-ivcanon.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-ivopts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-manip.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-niter.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-prefetch.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-split.o -MT tree-ssa-loop-split.o -MMD -MP -MF ./.deps/tree-ssa-loop-split.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-split.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop-unswitch.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo ../../gcc-10.2.0/gcc/tree-ssa-loop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo ../../gcc-10.2.0/gcc/tree-ssa-math-opts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo ../../gcc-10.2.0/gcc/tree-ssa-operands.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo ../../gcc-10.2.0/gcc/tree-ssa-phiopt.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo ../../gcc-10.2.0/gcc/tree-ssa-phiprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo ../../gcc-10.2.0/gcc/tree-ssa-pre.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo ../../gcc-10.2.0/gcc/tree-ssa-propagate.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo ../../gcc-10.2.0/gcc/tree-ssa-reassoc.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo ../../gcc-10.2.0/gcc/tree-ssa-sccvn.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-scopedtables.o -MT tree-ssa-scopedtables.o -MMD -MP -MF ./.deps/tree-ssa-scopedtables.TPo ../../gcc-10.2.0/gcc/tree-ssa-scopedtables.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo ../../gcc-10.2.0/gcc/tree-ssa-sink.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo ../../gcc-10.2.0/gcc/tree-ssa-strlen.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo ../../gcc-10.2.0/gcc/tree-ssa-structalias.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo ../../gcc-10.2.0/gcc/tree-ssa-tail-merge.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo ../../gcc-10.2.0/gcc/tree-ssa-ter.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-threadbackward.o -MT tree-ssa-threadbackward.o -MMD -MP -MF ./.deps/tree-ssa-threadbackward.TPo ../../gcc-10.2.0/gcc/tree-ssa-threadbackward.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo ../../gcc-10.2.0/gcc/tree-ssa-threadedge.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo ../../gcc-10.2.0/gcc/tree-ssa-threadupdate.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo ../../gcc-10.2.0/gcc/tree-ssa-uncprop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo ../../gcc-10.2.0/gcc/tree-ssa-uninit.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo ../../gcc-10.2.0/gcc/tree-ssa.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo ../../gcc-10.2.0/gcc/tree-ssanames.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo ../../gcc-10.2.0/gcc/tree-stdarg.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo ../../gcc-10.2.0/gcc/tree-streamer.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo ../../gcc-10.2.0/gcc/tree-streamer-in.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo ../../gcc-10.2.0/gcc/tree-streamer-out.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo ../../gcc-10.2.0/gcc/tree-tailcall.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo ../../gcc-10.2.0/gcc/tree-vect-generic.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo ../../gcc-10.2.0/gcc/tree-vect-patterns.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo ../../gcc-10.2.0/gcc/tree-vect-data-refs.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo ../../gcc-10.2.0/gcc/tree-vect-stmts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo ../../gcc-10.2.0/gcc/tree-vect-loop.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo ../../gcc-10.2.0/gcc/tree-vect-loop-manip.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo ../../gcc-10.2.0/gcc/tree-vect-slp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo ../../gcc-10.2.0/gcc/tree-vectorizer.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vector-builder.o -MT tree-vector-builder.o -MMD -MP -MF ./.deps/tree-vector-builder.TPo ../../gcc-10.2.0/gcc/tree-vector-builder.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo ../../gcc-10.2.0/gcc/tree-vrp.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo ../../gcc-10.2.0/gcc/tree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o tristate.o -MT tristate.o -MMD -MP -MF ./.deps/tristate.TPo ../../gcc-10.2.0/gcc/tristate.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo ../../gcc-10.2.0/gcc/typed-splay-tree.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o unique-ptr-tests.o -MT unique-ptr-tests.o -MMD -MP -MF ./.deps/unique-ptr-tests.TPo ../../gcc-10.2.0/gcc/unique-ptr-tests.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo ../../gcc-10.2.0/gcc/valtrack.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o value-range.o -MT value-range.o -MMD -MP -MF ./.deps/value-range.TPo ../../gcc-10.2.0/gcc/value-range.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo ../../gcc-10.2.0/gcc/value-prof.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo ../../gcc-10.2.0/gcc/var-tracking.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo ../../gcc-10.2.0/gcc/varasm.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo ../../gcc-10.2.0/gcc/varpool.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o vec-perm-indices.o -MT vec-perm-indices.o -MMD -MP -MF ./.deps/vec-perm-indices.TPo ../../gcc-10.2.0/gcc/vec-perm-indices.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo ../../gcc-10.2.0/gcc/vmsdbgout.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o vr-values.o -MT vr-values.o -MMD -MP -MF ./.deps/vr-values.TPo ../../gcc-10.2.0/gcc/vr-values.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo ../../gcc-10.2.0/gcc/vtable-verify.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo ../../gcc-10.2.0/gcc/web.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo ../../gcc-10.2.0/gcc/wide-int.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo ../../gcc-10.2.0/gcc/wide-int-print.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o xcoffout.o -MT xcoffout.o -MMD -MP -MF ./.deps/xcoffout.TPo ../../gcc-10.2.0/gcc/xcoffout.c
gawk -f ../../gcc-10.2.0/gcc/config/i386/i386-builtin-types.awk ../../gcc-10.2.0/gcc/config/i386/i386-builtin-types.def > tmp-bt.inc
/bin/sh ../../gcc-10.2.0/gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc
echo timestamp > s-i386-bt
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo ../../gcc-10.2.0/gcc/config/i386/i386.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/analysis-plan.o -MT analyzer/analysis-plan.o -MMD -MP -MF analyzer/.deps/analysis-plan.TPo ../../gcc-10.2.0/gcc/analyzer/analysis-plan.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/analyzer.o -MT analyzer/analyzer.o -MMD -MP -MF analyzer/.deps/analyzer.TPo ../../gcc-10.2.0/gcc/analyzer/analyzer.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/analyzer-logging.o -MT analyzer/analyzer-logging.o -MMD -MP -MF analyzer/.deps/analyzer-logging.TPo ../../gcc-10.2.0/gcc/analyzer/analyzer-logging.cc
../../gcc-10.2.0/gcc/analyzer/analyzer-logging.cc: In member function ‘void ana::logger::incref(const char*)’:
../../gcc-10.2.0/gcc/analyzer/analyzer-logging.cc:79:41: warning: spurious trailing space in format [-Wformat-diag]
79 | log ("%s: reason: %s refcount now %i ",
| ^
../../gcc-10.2.0/gcc/analyzer/analyzer-logging.cc: In member function ‘void ana::logger::enter_scope(const char*, const char*, __va_list_tag (*)[1])’:
../../gcc-10.2.0/gcc/analyzer/analyzer-logging.cc:174:30: warning: spurious trailing space in format [-Wformat-diag]
174 | log_partial ("entering: %s: ", scope_name);
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/analyzer-pass.o -MT analyzer/analyzer-pass.o -MMD -MP -MF analyzer/.deps/analyzer-pass.TPo ../../gcc-10.2.0/gcc/analyzer/analyzer-pass.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/analyzer-selftests.o -MT analyzer/analyzer-selftests.o -MMD -MP -MF analyzer/.deps/analyzer-selftests.TPo ../../gcc-10.2.0/gcc/analyzer/analyzer-selftests.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/bar-chart.o -MT analyzer/bar-chart.o -MMD -MP -MF analyzer/.deps/bar-chart.TPo ../../gcc-10.2.0/gcc/analyzer/bar-chart.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/call-string.o -MT analyzer/call-string.o -MMD -MP -MF analyzer/.deps/call-string.TPo ../../gcc-10.2.0/gcc/analyzer/call-string.cc
../../gcc-10.2.0/gcc/analyzer/call-string.cc: In member function ‘void ana::call_string::print(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/call-string.cc:97:31: warning: unquoted operator ‘->’ in format [-Wformat-diag]
97 | pp_printf (pp, "(SN: %i -> SN: %i in %s)",
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/checker-path.o -MT analyzer/checker-path.o -MMD -MP -MF analyzer/.deps/checker-path.TPo ../../gcc-10.2.0/gcc/analyzer/checker-path.cc
../../gcc-10.2.0/gcc/analyzer/checker-path.cc: In member function ‘void ana::checker_event::dump(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:113:19: warning: quoted ‘%s’ directive in format [-Wformat-diag]
113 | pp_printf (pp, "\"%s\" (depth %i, m_loc=%x)",
| ^~~~~~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:113:18: note: if using ‘%qs’ is not feasible, use ‘"%-s"’ instead
113 | pp_printf (pp, "\"%s\" (depth %i, m_loc=%x)",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:113:37: warning: unquoted identifier or keyword ‘m_loc’ in format [-Wformat-diag]
113 | pp_printf (pp, "\"%s\" (depth %i, m_loc=%x)",
| ^~~~~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc: In member function ‘void ana::checker_path::dump(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:903:23: warning: quoted ‘%s’ directive in format [-Wformat-diag]
903 | pp_printf (pp, "\"%s\"", event_desc.m_buffer);
| ^~~~~~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:903:22: note: if using ‘%qs’ is not feasible, use ‘"%-s"’ instead
903 | pp_printf (pp, "\"%s\"", event_desc.m_buffer);
| ^~~~~~~~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc: In member function ‘void ana::checker_path::maybe_log(ana::logger*, const char*) const’:
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:917:28: warning: spurious trailing space in format [-Wformat-diag]
917 | logger->log_partial ("%s: ", desc);
| ^
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:923:34: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
923 | logger->log_partial ("%s[%i]: %s ", desc, i,
| ^~
../../gcc-10.2.0/gcc/analyzer/checker-path.cc:923:39: warning: spurious trailing space in format [-Wformat-diag]
923 | logger->log_partial ("%s[%i]: %s ", desc, i,
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/constraint-manager.o -MT analyzer/constraint-manager.o -MMD -MP -MF analyzer/.deps/constraint-manager.TPo ../../gcc-10.2.0/gcc/analyzer/constraint-manager.cc
../../gcc-10.2.0/gcc/analyzer/constraint-manager.cc: In member function ‘void ana::constraint_manager::print(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/constraint-manager.cc:575:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
575 | pp_printf (pp, "}");
| ^
../../gcc-10.2.0/gcc/analyzer/constraint-manager.cc: In member function ‘void ana::constraint_manager::dump_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/constraint-manager.cc:602:30: warning: spurious trailing space in format [-Wformat-diag]
602 | pp_printf (pp, " %i: ", i);
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/diagnostic-manager.o -MT analyzer/diagnostic-manager.o -MMD -MP -MF analyzer/.deps/diagnostic-manager.TPo ../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc: In member function ‘void ana::dedupe_winners::add(ana::logger*, const shortest_exploded_paths&, ana::saved_diagnostic*)’:
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:394:36: warning: unquoted identifier or keyword ‘dedupe_key’ in format [-Wformat-diag]
394 | logger->log ("already have this dedupe_key");
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:404:26: warning: unquoted identifier or keyword ‘dedupe_key’ in format [-Wformat-diag]
404 | " taking over this dedupe_key",
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:415:35: warning: bare apostrophe ‘'’ in format [-Wformat-diag]
415 | logger->log ("length %i isn't better than existing length %i;"
| ^
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:415:21: note: if avoiding the apostrophe is not feasible, enclose it in a pair of ‘%<’ and ‘%>’ directives instead
415 | logger->log ("length %i isn't better than existing length %i;"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
416 | " dropping this candidate",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:427:43: warning: unquoted identifier or keyword ‘dedupe_key’ in format [-Wformat-diag]
427 | logger->log ("first candidate for this dedupe_key");
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc: In member function ‘void ana::dedupe_winners::emit_best(ana::diagnostic_manager*, const ana::exploded_graph&)’:
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:445:15: warning: spurious leading punctuation sequence ‘#’ in format [-Wformat-diag]
445 | dm->log ("# keys after de-duplication: %i", keys.length ());
| ^
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc: In member function ‘void ana::diagnostic_manager::emit_saved_diagnostics(const ana::exploded_graph&)’:
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:481:9: warning: spurious leading punctuation sequence ‘#’ in format [-Wformat-diag]
481 | log ("# saved diagnostics: %i", m_saved_diagnostics.length ());
| ^
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:487:8: warning: spurious leading punctuation sequence ‘[’ in format [-Wformat-diag]
487 | log ("[%i] sd: %qs at EN: %i, SN: %i",
| ^
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc: In member function ‘void ana::diagnostic_manager::add_events_for_eedge(const ana::path_builder&, const ana::exploded_edge&, ana::checker_path*) const’:
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:829:29: warning: unquoted operator ‘->’ in format [-Wformat-diag]
829 | pp_printf (pp, "EN %i -> EN %i: ",
| ^~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:829:38: warning: spurious trailing space in format [-Wformat-diag]
829 | pp_printf (pp, "EN %i -> EN %i: ",
| ^
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc: In member function ‘bool ana::diagnostic_manager::significant_edge_p(const ana::path_builder&, const ana::exploded_edge&) const’:
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:963:41: warning: unquoted operator ‘->’ in format [-Wformat-diag]
963 | get_logger ()->log (" edge EN: %i -> EN: %i is insignificant as"
| ^~
../../gcc-10.2.0/gcc/analyzer/diagnostic-manager.cc:965:14: warning: unquoted operator ‘->’ in format [-Wformat-diag]
965 | " EN: %i -> EN: %i",
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/engine.o -MT analyzer/engine.o -MMD -MP -MF analyzer/.deps/engine.TPo ../../gcc-10.2.0/gcc/analyzer/engine.cc
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::impl_sm_context::on_transition(const ana::supernode*, const gimple*, tree, ana::state_machine::state_t, ana::state_machine::state_t, tree)’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:255:50: warning: unquoted operator ‘->’ in format [-Wformat-diag]
255 | logger->log ("%s: state transition of %qE: %s -> %s",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual const gimple* ana::leak_stmt_finder::find_stmt(const ana::exploded_path&)’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:391:30: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
391 | logger->log ("eedge[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:391:39: warning: unquoted operator ‘->’ in format [-Wformat-diag]
391 | logger->log ("eedge[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:418:26: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
418 | logger->log ("eedge[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:418:35: warning: unquoted operator ‘->’ in format [-Wformat-diag]
418 | logger->log ("eedge[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::impl_region_model_context::on_state_leak(const ana::state_machine&, int, ana::svalue_id, ana::svalue_id, const svalue_id_map&, ana::state_machine::state_t)’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:574:24: warning: unquoted identifier or keyword ‘leaked_tree’ in format [-Wformat-diag]
574 | logger->log ("best leaked_tree: %qE", leaked_tree);
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::exploded_node::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:859:72: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
859 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:859:20: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
859 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:884:25: warning: spurious trailing space in format [-Wformat-diag]
884 | pp_printf (pp, "%s: ", ext_state.get_name (i));
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_node::dump_dot_id(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:916:19: warning: unquoted identifier or keyword ‘exploded_node_’ in format [-Wformat-diag]
916 | pp_printf (pp, "exploded_node_%i", m_index);
| ^~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::exploded_edge::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:1510:8: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
1510 | (" [style=%s, color=%s, weight=%d, constraint=%s,"
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1511 | " headlabel=\""),
| ~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:1510:8: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/engine.cc:1522:19: warning: unbalanced punctuation character ‘]’ in format [-Wformat-diag]
1522 | pp_printf (pp, "\"];\n");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:1522:23: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
1522 | pp_printf (pp, "\"];\n");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::stats::log(ana::logger*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:1546:21: warning: unquoted identifier or keyword ‘m_num_nodes’ in format [-Wformat-diag]
1546 | logger->log ("m_num_nodes[%s]: %i",
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:1546:35: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
1546 | logger->log ("m_num_nodes[%s]: %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:1549:17: warning: unquoted identifier or keyword ‘m_node_reuse_count’ in format [-Wformat-diag]
1549 | logger->log ("m_node_reuse_count: %i", m_node_reuse_count);
| ^~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:1550:17: warning: unquoted identifier or keyword ‘m_node_reuse_after_merge_count’ in format [-Wformat-diag]
1550 | logger->log ("m_node_reuse_after_merge_count: %i",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph::process_worklist()’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:2243:51: warning: spurious trailing space in format [-Wformat-diag]
2243 | ("got potential merge EN: %i and EN: %i at ",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph::process_node(ana::exploded_node*)’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:2571:56: warning: spurious trailing space in format [-Wformat-diag]
2571 | ("would create function summary for %qE; state: ",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:2587:41: warning: unquoted operator ‘->’ in format [-Wformat-diag]
2587 | logger->log ("considering SN: %i -> SN: %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph::log_stats() const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:2742:17: warning: unquoted identifier or keyword ‘m_sg’ in format [-Wformat-diag]
2742 | logger->log ("m_sg.num_nodes (): %i", m_sg.num_nodes ());
| ^~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2742:22: warning: unquoted identifier or keyword ‘num_nodes’ in format [-Wformat-diag]
2742 | logger->log ("m_sg.num_nodes (): %i", m_sg.num_nodes ());
| ^~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2742:32: warning: unquoted sequence of 3 consecutive punctuation characters ‘():’ in format [-Wformat-diag]
2742 | logger->log ("m_sg.num_nodes (): %i", m_sg.num_nodes ());
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2743:17: warning: unquoted identifier or keyword ‘m_nodes’ in format [-Wformat-diag]
2743 | logger->log ("m_nodes.length (): %i", m_nodes.length ());
| ^~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2743:32: warning: unquoted sequence of 3 consecutive punctuation characters ‘():’ in format [-Wformat-diag]
2743 | logger->log ("m_nodes.length (): %i", m_nodes.length ());
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2744:17: warning: unquoted identifier or keyword ‘m_edges’ in format [-Wformat-diag]
2744 | logger->log ("m_edges.length (): %i", m_edges.length ());
| ^~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2744:32: warning: unquoted sequence of 3 consecutive punctuation characters ‘():’ in format [-Wformat-diag]
2744 | logger->log ("m_edges.length (): %i", m_edges.length ());
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘bool ana::exploded_path::feasible_p(ana::logger*, ana::feasibility_problem**) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:2863:43: warning: unquoted operator ‘->’ in format [-Wformat-diag]
2863 | logger->log ("considering edge %i: EN:%i -> EN:%i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2893:35: warning: unquoted operator ‘->’ in format [-Wformat-diag]
2893 | logger->log (" sedge: SN:%i -> SN:%i %s",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2950:45: warning: unquoted operator ‘->’ in format [-Wformat-diag]
2950 | logger->log ("state after edge %i: EN:%i -> EN:%i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_path::dump_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:2971:23: warning: unquoted identifier or keyword ‘m_edges’ in format [-Wformat-diag]
2971 | pp_printf (pp, "m_edges[%i]: EN %i -> EN %i",
| ^~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2971:33: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
2971 | pp_printf (pp, "m_edges[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:2971:42: warning: unquoted operator ‘->’ in format [-Wformat-diag]
2971 | pp_printf (pp, "m_edges[%i]: EN %i -> EN %i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::supernode_cluster::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3031:30: warning: unquoted identifier or keyword ‘cluster_supernode_’ in format [-Wformat-diag]
3031 | gv->println ("subgraph \"cluster_supernode_%p\" {",
| ^~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3031:53: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
3031 | gv->println ("subgraph \"cluster_supernode_%p\" {",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3031:53: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/engine.cc:3034:24: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3034 | gv->println ("style=\"dashed\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3034:33: warning: spurious trailing punctuation sequence ‘";’ in format [-Wformat-diag]
3034 | gv->println ("style=\"dashed\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3035:24: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3035 | gv->println ("label=\"SN: %i (bb: %i)\";",
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3035:41: warning: spurious trailing punctuation sequence ‘)";’ in format [-Wformat-diag]
3035 | gv->println ("label=\"SN: %i (bb: %i)\";",
| ^~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3045:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
3045 | gv->println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::function_call_string_cluster::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3079:30: warning: unquoted identifier or keyword ‘cluster_function_’ in format [-Wformat-diag]
3079 | gv->println ("subgraph \"cluster_function_%p\" {", (const void *)this);
| ^~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3079:52: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
3079 | gv->println ("subgraph \"cluster_function_%p\" {", (const void *)this);
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3079:52: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/engine.cc:3082:22: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3082 | gv->print ("label=\"call string: ");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3082:37: warning: spurious trailing space in format [-Wformat-diag]
3082 | gv->print ("label=\"call string: ");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3084:31: warning: spurious trailing punctuation sequence ‘";’ in format [-Wformat-diag]
3084 | gv->print (" function: %s \";", funcname);
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3085:17: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3085 | gv->print ("\n");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3094:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
3094 | gv->println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph::dump_exploded_nodes() const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3464:39: warning: misspelled term ‘arg’ in format; use ‘argument’ instead [-Wformat-diag]
3464 | "integer constant required for arg 1");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::viz_callgraph_node::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3527:74: warning: spurious trailing punctuation sequence ‘=<’ in format [-Wformat-diag]
3527 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=<",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3527:22: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
3527 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=<",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3538:35: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3538 | pp_printf (pp, "supernodes: %i\n", m_num_supernodes);
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3543:35: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3543 | pp_printf (pp, "superedges: %i\n", m_num_superedges);
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3558:28: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3558 | pp_printf (pp, "enodes: %i\n", num_enodes);
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3583:19: warning: spurious leading punctuation sequence ‘:’ in format [-Wformat-diag]
3583 | pp_printf (pp, ": %i\n", num_enodes);
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3583:23: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3583 | pp_printf (pp, ": %i\n", num_enodes);
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3595:35: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3595 | pp_printf (pp, "summaries: %i\n", data->m_summaries.length ());
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::viz_callgraph_node::dump_dot_id(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3607:21: warning: unquoted identifier or keyword ‘vcg_’ in format [-Wformat-diag]
3607 | pp_printf (pp, "vcg_%i", m_index);
| ^~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘virtual void ana::viz_callgraph_edge::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3640:10: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
3640 | (" [style=%s, color=%s, weight=%d, constraint=%s,"
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3641 | " headlabel=\""),
| ~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3640:10: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/engine.cc:3643:21: warning: unbalanced punctuation character ‘]’ in format [-Wformat-diag]
3643 | pp_printf (pp, "\"];\n");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3643:25: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3643 | pp_printf (pp, "\"];\n");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph_annotator::print_enode(graphviz_out*, const ana::exploded_node*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3870:21: warning: spurious leading punctuation sequence ‘<’ in format [-Wformat-diag]
3870 | pp_printf (pp, "<TD BGCOLOR=\"%s\">",
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3870:32: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3870 | pp_printf (pp, "<TD BGCOLOR=\"%s\">",
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3870:37: warning: spurious trailing punctuation sequence ‘">’ in format [-Wformat-diag]
3870 | pp_printf (pp, "<TD BGCOLOR=\"%s\">",
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3872:21: warning: spurious leading punctuation sequence ‘<’ in format [-Wformat-diag]
3872 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3872:34: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3872 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3872:38: warning: spurious trailing punctuation sequence ‘">’ in format [-Wformat-diag]
3872 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3899:21: warning: spurious leading punctuation sequence ‘</’ in format [-Wformat-diag]
3899 | pp_printf (pp, "</TABLE>");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3899:28: warning: spurious trailing punctuation sequence ‘>’ in format [-Wformat-diag]
3899 | pp_printf (pp, "</TABLE>");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3900:21: warning: spurious leading punctuation sequence ‘</’ in format [-Wformat-diag]
3900 | pp_printf (pp, "</TD>");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3900:25: warning: spurious trailing punctuation sequence ‘>’ in format [-Wformat-diag]
3900 | pp_printf (pp, "</TD>");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In member function ‘void ana::exploded_graph_annotator::print_saved_diagnostic(graphviz_out*, const ana::saved_diagnostic*) const’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:3911:21: warning: spurious leading punctuation sequence ‘<’ in format [-Wformat-diag]
3911 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc:3911:34: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
3911 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3911:38: warning: spurious trailing punctuation sequence ‘">’ in format [-Wformat-diag]
3911 | pp_printf (pp, "<TABLE BORDER=\"0\">");
| ^~~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3933:39: warning: unquoted operator ‘->’ in format [-Wformat-diag]
3933 | pp_printf (pp, "at eedge %i: EN:%i -> EN:%i",
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3957:21: warning: spurious leading punctuation sequence ‘</’ in format [-Wformat-diag]
3957 | pp_printf (pp, "</TABLE>");
| ^~
../../gcc-10.2.0/gcc/analyzer/engine.cc:3957:28: warning: spurious trailing punctuation sequence ‘>’ in format [-Wformat-diag]
3957 | pp_printf (pp, "</TABLE>");
| ^
../../gcc-10.2.0/gcc/analyzer/engine.cc: In function ‘void ana::impl_run_checkers(ana::logger*)’:
../../gcc-10.2.0/gcc/analyzer/engine.cc:4013:27: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
4013 | logger->log ("checkers[%i]: %s", i, sm->get_name ());
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/function-set.o -MT analyzer/function-set.o -MMD -MP -MF analyzer/.deps/function-set.TPo ../../gcc-10.2.0/gcc/analyzer/function-set.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/pending-diagnostic.o -MT analyzer/pending-diagnostic.o -MMD -MP -MF analyzer/.deps/pending-diagnostic.TPo ../../gcc-10.2.0/gcc/analyzer/pending-diagnostic.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/program-point.o -MT analyzer/program-point.o -MMD -MP -MF analyzer/.deps/program-point.TPo ../../gcc-10.2.0/gcc/analyzer/program-point.cc
../../gcc-10.2.0/gcc/analyzer/program-point.cc: In member function ‘void ana::function_point::print(pretty_printer*, const ana::format&) const’:
../../gcc-10.2.0/gcc/analyzer/program-point.cc:121:38: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
121 | pp_printf (pp, "before (SN: %i stmt: %i): ", m_supernode->m_index,
| ^~~~
../../gcc-10.2.0/gcc/analyzer/program-point.cc:121:48: warning: spurious trailing space in format [-Wformat-diag]
121 | pp_printf (pp, "before (SN: %i stmt: %i): ", m_supernode->m_index,
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/program-state.o -MT analyzer/program-state.o -MMD -MP -MF analyzer/.deps/program-state.TPo ../../gcc-10.2.0/gcc/analyzer/program-state.cc
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘void ana::extrinsic_state::dump_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:71:19: warning: unquoted identifier or keyword ‘extrinsic_state’ in format [-Wformat-diag]
71 | pp_printf (pp, "extrinsic_state: %i checker(s)\n", get_num_checkers ());
| ^~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/program-state.cc:71:49: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
71 | pp_printf (pp, "extrinsic_state: %i checker(s)\n", get_num_checkers ());
| ^~
../../gcc-10.2.0/gcc/analyzer/program-state.cc:76:23: warning: unquoted identifier or keyword ‘m_checkers’ in format [-Wformat-diag]
76 | pp_printf (pp, "m_checkers[%i]: %qs\n", i, checker->get_name ());
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/program-state.cc:76:36: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
76 | pp_printf (pp, "m_checkers[%i]: %qs\n", i, checker->get_name ());
| ^~
../../gcc-10.2.0/gcc/analyzer/program-state.cc:76:42: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
76 | pp_printf (pp, "m_checkers[%i]: %qs\n", i, checker->get_name ());
| ^~
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘void ana::sm_state_map::print(const ana::state_machine&, const ana::region_model*, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:178:23: warning: spurious leading punctuation sequence ‘:’ in format [-Wformat-diag]
178 | pp_printf (pp, ": %s", sm.get_state_name (e.m_state));
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘void ana::program_state::print(const ana::extrinsic_state&, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:710:26: warning: spurious trailing space in format [-Wformat-diag]
710 | pp_printf (pp, "rmodel: ");
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc:720:23: warning: spurious trailing space in format [-Wformat-diag]
720 | pp_printf (pp, "%s: ", ext_state.get_name (i));
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘void ana::program_state::dump_to_pp(const ana::extrinsic_state&, bool, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:741:26: warning: spurious trailing space in format [-Wformat-diag]
741 | pp_printf (pp, "rmodel: ");
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc:752:23: warning: spurious trailing space in format [-Wformat-diag]
752 | pp_printf (pp, "%s: ", ext_state.get_name (i));
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘bool ana::program_state::on_edge(ana::exploded_graph&, const ana::exploded_node&, const ana::superedge*, ana::state_change*)’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:836:17: warning: unquoted identifier or keyword ‘region_model’ in format [-Wformat-diag]
836 | " due to region_model constraints",
| ^~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘ana::program_state ana::program_state::prune_for_point(ana::exploded_graph&, const ana::program_point&, ana::state_change*) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:958:25: warning: unquoted identifier or keyword ‘equiv_classes’ in format [-Wformat-diag]
958 | logger->log ("num equiv_classes purged: %i", stats.m_num_equiv_classes);
| ^~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/program-state.cc: In member function ‘void ana::state_change::sm_change::dump(pretty_printer*, const ana::extrinsic_state&) const’:
../../gcc-10.2.0/gcc/analyzer/program-state.cc:1102:19: warning: spurious leading punctuation sequence ‘:’ in format [-Wformat-diag]
1102 | pp_printf (pp, ": %s: %qs -> %qs)",
| ^
../../gcc-10.2.0/gcc/analyzer/program-state.cc:1102:29: warning: unquoted operator ‘->’ in format [-Wformat-diag]
1102 | pp_printf (pp, ": %s: %qs -> %qs)",
| ^~
../../gcc-10.2.0/gcc/analyzer/program-state.cc:1102:35: warning: unbalanced punctuation character ‘)’ in format [-Wformat-diag]
1102 | pp_printf (pp, ": %s: %qs -> %qs)",
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/region-model.o -MT analyzer/region-model.o -MMD -MP -MF analyzer/.deps/region-model.TPo ../../gcc-10.2.0/gcc/analyzer/region-model.cc
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::svalue_id::dump_node_name_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:205:19: warning: unquoted identifier or keyword ‘svalue_’ in format [-Wformat-diag]
205 | pp_printf (pp, "svalue_%i", m_idx);
| ^~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::region_id::dump_node_name_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:235:19: warning: unquoted identifier or keyword ‘region_’ in format [-Wformat-diag]
235 | pp_printf (pp, "region_%i", m_idx);
| ^~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::svalue::dump_dot_to_pp(const ana::region_model&, ana::svalue_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:377:26: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
377 | pp_printf (pp, " [label=\"");
| ^~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:377:20: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
377 | pp_printf (pp, " [label=\"");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::region::dump_dot_to_pp(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1382:72: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
1382 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1382:20: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
1382 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::region::dump_to_pp(const ana::region_model&, ana::region_id, pretty_printer*, const char*, bool) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1436:31: warning: spurious trailing space in format [-Wformat-diag]
1436 | pp_printf (pp, "%s sval: ", field_prefix);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1442:31: warning: spurious trailing space in format [-Wformat-diag]
1442 | pp_printf (pp, "%s type: ", field_prefix);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::region::print_fields(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1624:19: warning: spurious leading punctuation sequence ‘,’ in format [-Wformat-diag]
1624 | pp_printf (pp, ", sval: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1624:26: warning: spurious trailing space in format [-Wformat-diag]
1624 | pp_printf (pp, ", sval: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1629:23: warning: spurious leading punctuation sequence ‘,’ in format [-Wformat-diag]
1629 | pp_printf (pp, ", type: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1629:30: warning: spurious trailing space in format [-Wformat-diag]
1629 | pp_printf (pp, ", type: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::map_region::dump_dot_to_pp(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1773:23: warning: unquoted identifier or keyword ‘rid_label_’ in format [-Wformat-diag]
1773 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1773:42: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
1773 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1773:36: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
1773 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:1780:23: warning: unquoted identifier or keyword ‘rid_label_’ in format [-Wformat-diag]
1780 | pp_printf (pp, "rid_label_%i", child_rid.as_int ());
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::frame_region::print_fields(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2267:19: warning: spurious leading punctuation sequence ‘,’ in format [-Wformat-diag]
2267 | pp_printf (pp, ", function: %qs, depth: %i", function_name (m_fun), m_depth);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::array_region::print_fields(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2417:23: warning: spurious leading punctuation sequence ‘[’ in format [-Wformat-diag]
2417 | pp_printf (pp, "[%i]: ", key);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2417:26: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
2417 | pp_printf (pp, "[%i]: ", key);
| ^~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2417:28: warning: spurious trailing space in format [-Wformat-diag]
2417 | pp_printf (pp, "[%i]: ", key);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::array_region::dump_dot_to_pp(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2455:23: warning: unquoted identifier or keyword ‘rid_label_’ in format [-Wformat-diag]
2455 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2455:42: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
2455 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2455:36: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
2455 | pp_printf (pp, "rid_label_%i [label=\"", child_rid.as_int ());
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2462:23: warning: unquoted identifier or keyword ‘rid_label_’ in format [-Wformat-diag]
2462 | pp_printf (pp, "rid_label_%i", child_rid.as_int ());
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::array_region::dump_child_label(const ana::region_model&, ana::region_id, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2487:20: warning: spurious leading punctuation sequence ‘[’ in format [-Wformat-diag]
2487 | pp_printf (pp, "[%i]: ", key);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2487:23: warning: unquoted sequence of 2 consecutive punctuation characters ‘]:’ in format [-Wformat-diag]
2487 | pp_printf (pp, "[%i]: ", key);
| ^~
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2487:25: warning: spurious trailing space in format [-Wformat-diag]
2487 | pp_printf (pp, "[%i]: ", key);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::stack_region::dump_child_label(const ana::region_model&, ana::region_id, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:2721:33: warning: spurious trailing space in format [-Wformat-diag]
2721 | pp_printf (pp, "frame for %qs: ", function_name (fun));
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::root_region::dump_child_label(const ana::region_model&, ana::region_id, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3069:27: warning: spurious trailing space in format [-Wformat-diag]
3069 | pp_printf (pp, "stack: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3071:29: warning: spurious trailing space in format [-Wformat-diag]
3071 | pp_printf (pp, "globals: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3073:26: warning: spurious trailing space in format [-Wformat-diag]
3073 | pp_printf (pp, "code: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3075:26: warning: spurious trailing space in format [-Wformat-diag]
3075 | pp_printf (pp, "heap: ");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘virtual void ana::symbolic_region::print_fields(const ana::region_model&, ana::region_id, pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3457:19: warning: spurious leading punctuation sequence ‘,’ in format [-Wformat-diag]
3457 | pp_printf (pp, ", possibly_null: %s", m_possibly_null ? "true" : "false");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3457:21: warning: unquoted identifier or keyword ‘possibly_null’ in format [-Wformat-diag]
3457 | pp_printf (pp, ", possibly_null: %s", m_possibly_null ? "true" : "false");
| ^~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::region_model::dump_to_pp(pretty_printer*, bool) const’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3761:27: warning: spurious trailing space in format [-Wformat-diag]
3761 | pp_printf (pp, " %s ", constraint_op_code (c->m_op));
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In function ‘void ana::dump_vec_of_tree(pretty_printer*, bool*, const auto_vec<tree_node*>&, const char*)’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3829:19: warning: spurious leading punctuation sequence ‘{’ in format [-Wformat-diag]
3829 | pp_printf (pp, "{");
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3829:19: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3838:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
3838 | pp_printf (pp, "}: %s", label);
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::region_model::dump_summary_of_rep_path_vars(pretty_printer*, auto_vec<ana::path_var>*, bool*)’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:3904:22: warning: spurious leading punctuation sequence ‘:’ in format [-Wformat-diag]
3904 | pp_printf (pp, ": %s", poison_kind_to_str (pkind));
| ^
../../gcc-10.2.0/gcc/analyzer/region-model.cc: In member function ‘void ana::region_model::purge_unused_svalues(ana::purge_stats*, ana::region_model_context*, ana::svalue_id_set*)’:
../../gcc-10.2.0/gcc/analyzer/region-model.cc:6591:33: warning: spurious trailing space in format [-Wformat-diag]
6591 | logger->log_partial ("map: ");
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm.o -MT analyzer/sm.o -MMD -MP -MF analyzer/.deps/sm.TPo ../../gcc-10.2.0/gcc/analyzer/sm.cc
../../gcc-10.2.0/gcc/analyzer/sm.cc: In member function ‘void ana::state_machine::dump_to_pp(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/sm.cc:118:36: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
118 | pp_printf (pp, " state %i: %qs\n", i, name);
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-file.o -MT analyzer/sm-file.o -MMD -MP -MF analyzer/.deps/sm-file.TPo ../../gcc-10.2.0/gcc/analyzer/sm-file.cc
../../gcc-10.2.0/gcc/analyzer/sm-file.cc: In member function ‘virtual void ana::{anonymous}::fileptr_state_machine::on_condition(ana::sm_context*, const ana::supernode*, const gimple*, tree, tree_code, tree) const’:
../../gcc-10.2.0/gcc/analyzer/sm-file.cc:379:18: warning: misspelled term ‘ARG’ in format; use ‘argument’ instead [-Wformat-diag]
379 | log ("got 'ARG != 0' match");
| ^~~
../../gcc-10.2.0/gcc/analyzer/sm-file.cc:379:22: warning: unquoted operator ‘!=’ in format [-Wformat-diag]
379 | log ("got 'ARG != 0' match");
| ^~
../../gcc-10.2.0/gcc/analyzer/sm-file.cc:385:18: warning: misspelled term ‘ARG’ in format; use ‘argument’ instead [-Wformat-diag]
385 | log ("got 'ARG == 0' match");
| ^~~
../../gcc-10.2.0/gcc/analyzer/sm-file.cc:385:22: warning: unquoted operator ‘==’ in format [-Wformat-diag]
385 | log ("got 'ARG == 0' match");
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-malloc.o -MT analyzer/sm-malloc.o -MMD -MP -MF analyzer/.deps/sm-malloc.TPo ../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc
../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc: In member function ‘virtual void ana::{anonymous}::malloc_state_machine::on_condition(ana::sm_context*, const ana::supernode*, const gimple*, tree, tree_code, tree) const’:
../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc:789:18: warning: misspelled term ‘ARG’ in format; use ‘argument’ instead [-Wformat-diag]
789 | log ("got 'ARG != 0' match");
| ^~~
../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc:789:22: warning: unquoted operator ‘!=’ in format [-Wformat-diag]
789 | log ("got 'ARG != 0' match");
| ^~
../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc:795:18: warning: misspelled term ‘ARG’ in format; use ‘argument’ instead [-Wformat-diag]
795 | log ("got 'ARG == 0' match");
| ^~~
../../gcc-10.2.0/gcc/analyzer/sm-malloc.cc:795:22: warning: unquoted operator ‘==’ in format [-Wformat-diag]
795 | log ("got 'ARG == 0' match");
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-pattern-test.o -MT analyzer/sm-pattern-test.o -MMD -MP -MF analyzer/.deps/sm-pattern-test.TPo ../../gcc-10.2.0/gcc/analyzer/sm-pattern-test.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-sensitive.o -MT analyzer/sm-sensitive.o -MMD -MP -MF analyzer/.deps/sm-sensitive.TPo ../../gcc-10.2.0/gcc/analyzer/sm-sensitive.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-signal.o -MT analyzer/sm-signal.o -MMD -MP -MF analyzer/.deps/sm-signal.TPo ../../gcc-10.2.0/gcc/analyzer/sm-signal.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/sm-taint.o -MT analyzer/sm-taint.o -MMD -MP -MF analyzer/.deps/sm-taint.TPo ../../gcc-10.2.0/gcc/analyzer/sm-taint.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/state-purge.o -MT analyzer/state-purge.o -MMD -MP -MF analyzer/.deps/state-purge.TPo ../../gcc-10.2.0/gcc/analyzer/state-purge.cc
../../gcc-10.2.0/gcc/analyzer/state-purge.cc: In constructor ‘ana::state_purge_per_ssa_name::state_purge_per_ssa_name(const ana::state_purge_map&, tree, function*)’:
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:117:21: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
117 | map.log ("def stmt: %s", pp_formatted_text (&pp));
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:135:26: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
135 | map.log ("used by stmt: %s", pp_formatted_text (&pp));
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:185:22: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
185 | map.log ("last stmt in BB");
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:193:24: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
193 | map.log ("not last stmt in BB");
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:216:45: warning: spurious trailing space in format [-Wformat-diag]
216 | map.get_logger ()->log_partial (" point: ");
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc: In member function ‘void ana::state_purge_per_ssa_name::add_to_worklist(const ana::function_point&, auto_vec<ana::function_point>*, ana::logger*)’:
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:258:36: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
258 | logger->log_partial ("point: '");
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:260:29: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
260 | logger->log_partial ("' for worklist for %qE", m_name);
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc: In member function ‘void ana::state_purge_per_ssa_name::process_point(const ana::function_point&, auto_vec<ana::function_point>*, const ana::state_purge_map&)’:
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:295:48: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
295 | logger->log_partial ("considering point: '");
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:297:29: warning: unterminated quote character ‘'’ in format [-Wformat-diag]
297 | logger->log_partial ("' for %qE", m_name);
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:323:23: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
323 | logger->log ("def stmt within phis; terminating");
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:361:26: warning: misspelled term ‘stmt’ in format; use ‘statement’ instead [-Wformat-diag]
361 | logger->log ("def stmt; terminating");
| ^~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc: In member function ‘virtual bool ana::state_purge_annotator::add_node_annotations(graphviz_out*, const ana::supernode&, bool) const’:
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:435:20: warning: unquoted identifier or keyword ‘annotation_for_node_’ in format [-Wformat-diag]
435 | pp_printf (pp, "annotation_for_node_%i", n.m_index);
| ^~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:436:73: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
436 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^~~
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:436:21: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
436 | pp_printf (pp, " [shape=none,margin=0,style=filled,fillcolor=%s,label=\"",
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc: In function ‘void print_vec_of_names(graphviz_out*, const char*, const auto_vec<tree_node*>&)’:
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:478:23: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
478 | pp_printf (pp, "%s: {", title);
| ^
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:478:23: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/state-purge.cc:485:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
485 | pp_printf (pp, "}");
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/analyzer -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o analyzer/supergraph.o -MT analyzer/supergraph.o -MMD -MP -MF analyzer/.deps/supergraph.TPo ../../gcc-10.2.0/gcc/analyzer/supergraph.cc
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In constructor ‘ana::supergraph::supergraph(ana::logger*)’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:154:24: warning: unquoted sequence of 3 consecutive punctuation characters ‘...’ in format [-Wformat-diag]
154 | logger->log ("SN: %i...%i: function %qD",
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘void ana::supergraph::dump_dot_to_pp(pretty_printer*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:270:29: warning: spurious trailing punctuation sequence ‘;’ in format [-Wformat-diag]
270 | gv.println ("overlap=false;");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:271:29: warning: spurious trailing punctuation sequence ‘;’ in format [-Wformat-diag]
271 | gv.println ("compound=true;");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:284:31: warning: unquoted identifier or keyword ‘cluster_’ in format [-Wformat-diag]
284 | gv.println ("subgraph \"cluster_%s\" {",
| ^~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:284:44: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
284 | gv.println ("subgraph \"cluster_%s\" {",
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:284:44: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
288 | ("style=\"dashed\";"
| ~^~~~~~~~~~~~~~~~~~~
289 | " color=\"black\";"
| ~~~~~~~~~~~~~~~~~~~
290 | " label=\"%s\";\n"),
| ~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:288:5: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:300:27: warning: unquoted identifier or keyword ‘cluster_’ in format [-Wformat-diag]
300 | gv.println ("subgraph \"cluster_%s_bb_%i\" {",
| ^~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:300:37: warning: unquoted identifier or keyword ‘_bb_’ in format [-Wformat-diag]
300 | gv.println ("subgraph \"cluster_%s_bb_%i\" {",
| ^~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:300:46: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
300 | gv.println ("subgraph \"cluster_%s_bb_%i\" {",
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:300:46: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
304 | ("style=\"dashed\";"
| ~^~~~~~~~~~~~~~~~~~~
305 | " color=\"black\";"
| ~~~~~~~~~~~~~~~~~~~
306 | " label=\"bb: %i\";\n"),
| ~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘";’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:304:8: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:321:16: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
321 | gv.println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:335:20: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
335 | gv.println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:347:16: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
347 | gv.println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘virtual void ana::supernode::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:449:26: warning: unquoted identifier or keyword ‘cluster_node_’ in format [-Wformat-diag]
449 | gv->println ("subgraph cluster_node_%i {",
| ^~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:449:42: warning: spurious trailing punctuation sequence ‘{’ in format [-Wformat-diag]
449 | gv->println ("subgraph cluster_node_%i {",
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:449:42: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:453:21: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
453 | gv->println("style=\"solid\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:453:29: warning: spurious trailing punctuation sequence ‘";’ in format [-Wformat-diag]
453 | gv->println("style=\"solid\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:454:21: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
454 | gv->println("color=\"black\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:454:29: warning: spurious trailing punctuation sequence ‘";’ in format [-Wformat-diag]
454 | gv->println("color=\"black\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:455:25: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
455 | gv->println("fillcolor=\"lightgrey\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:455:37: warning: spurious trailing punctuation sequence ‘";’ in format [-Wformat-diag]
455 | gv->println("fillcolor=\"lightgrey\";");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:456:21: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
456 | gv->println("label=\"sn: %i (bb: %i)\";", m_index, m_bb->index);
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:456:38: warning: spurious trailing punctuation sequence ‘)";’ in format [-Wformat-diag]
456 | gv->println("label=\"sn: %i (bb: %i)\";", m_index, m_bb->index);
| ^~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:466:61: warning: spurious trailing punctuation sequence ‘=<’ in format [-Wformat-diag]
466 | " [shape=none,margin=0,style=filled,fillcolor=%s,label=<",
| ^~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:466:9: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
466 | " [shape=none,margin=0,style=filled,fillcolor=%s,label=<",
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:586:17: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
586 | gv->println ("}");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘void ana::supernode::dump_dot_id(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:594:19: warning: unquoted identifier or keyword ‘node_’ in format [-Wformat-diag]
594 | pp_printf (pp, "node_%i", m_index);
| ^~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘void ana::superedge::dump(pretty_printer*) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:666:32: warning: unquoted operator ‘->’ in format [-Wformat-diag]
666 | pp_printf (pp, "edge: SN: %i -> SN: %i", m_src->m_index, m_dest->m_index);
| ^~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘virtual void ana::superedge::dump_dot(graphviz_out*, const dump_args_t&) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
751 | (" [style=%s, color=%s, weight=%d, constraint=%s,"
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
752 | " ltail=\"cluster_node_%i\", lhead=\"cluster_node_%i\""
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
753 | " headlabel=\""),
| ~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unquoted identifier or keyword ‘cluster_node_’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘",’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unquoted sequence of 2 consecutive punctuation characters ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unquoted identifier or keyword ‘cluster_node_’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: spurious trailing punctuation sequence ‘="’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:751:8: warning: unterminated quote character ‘"’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:759:19: warning: unbalanced punctuation character ‘]’ in format [-Wformat-diag]
759 | pp_printf (pp, "\"];\n");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:759:23: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
759 | pp_printf (pp, "\"];\n");
| ^~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc: In member function ‘virtual void ana::switch_cfg_superedge::dump_label_to_pp(pretty_printer*, bool) const’:
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:868:27: warning: spurious trailing space in format [-Wformat-diag]
868 | pp_printf (pp, "case ");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:872:21: warning: unquoted sequence of 3 consecutive punctuation characters ‘...’ in format [-Wformat-diag]
872 | pp_printf (pp, " ... ");
| ^~~
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:872:24: warning: spurious trailing space in format [-Wformat-diag]
872 | pp_printf (pp, " ... ");
| ^
../../gcc-10.2.0/gcc/analyzer/supergraph.cc:875:23: warning: spurious leading punctuation sequence ‘:’ in format [-Wformat-diag]
875 | pp_printf (pp, ":");
| ^
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o x86-tune-sched.o -MT x86-tune-sched.o -MMD -MP -MF ./.deps/x86-tune-sched.TPo ../../gcc-10.2.0/gcc/config/i386/x86-tune-sched.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o x86-tune-sched-bd.o -MT x86-tune-sched-bd.o -MMD -MP -MF ./.deps/x86-tune-sched-bd.TPo ../../gcc-10.2.0/gcc/config/i386/x86-tune-sched-bd.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o x86-tune-sched-atom.o -MT x86-tune-sched-atom.o -MMD -MP -MF ./.deps/x86-tune-sched-atom.TPo ../../gcc-10.2.0/gcc/config/i386/x86-tune-sched-atom.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o x86-tune-sched-core.o -MT x86-tune-sched-core.o -MMD -MP -MF ./.deps/x86-tune-sched-core.TPo ../../gcc-10.2.0/gcc/config/i386/x86-tune-sched-core.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-options.o -MT i386-options.o -MMD -MP -MF ./.deps/i386-options.TPo ../../gcc-10.2.0/gcc/config/i386/i386-options.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-builtins.o -MT i386-builtins.o -MMD -MP -MF ./.deps/i386-builtins.TPo ../../gcc-10.2.0/gcc/config/i386/i386-builtins.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-expand.o -MT i386-expand.o -MMD -MP -MF ./.deps/i386-expand.TPo ../../gcc-10.2.0/gcc/config/i386/i386-expand.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-features.o -MT i386-features.o -MMD -MP -MF ./.deps/i386-features.TPo ../../gcc-10.2.0/gcc/config/i386/i386-features.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo ../../gcc-10.2.0/gcc/config/linux.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cet.o -MT cet.o -MMD -MP -MF ./.deps/cet.TPo ../../gcc-10.2.0/gcc/config/i386/cet.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo ../../gcc-10.2.0/gcc/config/host-linux.c
rm -rf libbackend.a
ar rcT libbackend.a gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-builder.o gimple-expr.o gimple-iterator.o gimple-fold.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-pretty-print.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hsa-common.o hsa-gen.o hsa-regalloc.o hsa-brig.o hsa-dump.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-hsa.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-grid.o omp-low.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o unique-ptr-tests.o valtrack.o value-range.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/call-string.o analyzer/checker-path.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/function-set.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region-model.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-malloc.o analyzer/sm-pattern-test.o analyzer/sm-sensitive.o analyzer/sm-signal.o analyzer/sm-taint.o analyzer/state-purge.o analyzer/supergraph.o x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o linux.o cet.o host-linux.o
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo ../../gcc-10.2.0/gcc/main.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo ../../gcc-10.2.0/gcc/common/config/i386/i386-common.c
g++ -fno-PIE -c -DPREFIX=\"/usr\" -DBASEVER="\"10.2.0\"" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo ../../gcc-10.2.0/gcc/prefix.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo ../../gcc-10.2.0/gcc/opts.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo ../../gcc-10.2.0/gcc/opts-common.c
gawk -f ../../gcc-10.2.0/gcc/opt-functions.awk -f ../../gcc-10.2.0/gcc/opt-read.awk \
-f ../../gcc-10.2.0/gcc/optc-gen.awk \
-v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo ../../gcc-10.2.0/gcc/vec.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo ../../gcc-10.2.0/gcc/hooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Icommon -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/common -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo ../../gcc-10.2.0/gcc/common/common-targhooks.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo ../../gcc-10.2.0/gcc/hash-table.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo ../../gcc-10.2.0/gcc/file-find.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o selftest.o -MT selftest.o -MMD -MP -MF ./.deps/selftest.TPo ../../gcc-10.2.0/gcc/selftest.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o opt-suggestions.o -MT opt-suggestions.o -MMD -MP -MF ./.deps/opt-suggestions.TPo ../../gcc-10.2.0/gcc/opt-suggestions.c
rm -rf libcommon-target.a
ar rc libcommon-target.a i386-common.o prefix.o opts.o opts-common.o options.o vec.o hooks.o common/common-targhooks.o hash-table.o file-find.o spellcheck.o selftest.o opt-suggestions.o
ranlib libcommon-target.a
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo ../../gcc-10.2.0/gcc/diagnostic.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo ../../gcc-10.2.0/gcc/diagnostic-color.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o diagnostic-show-locus.o -MT diagnostic-show-locus.o -MMD -MP -MF ./.deps/diagnostic-show-locus.TPo ../../gcc-10.2.0/gcc/diagnostic-show-locus.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o diagnostic-format-json.o -MT diagnostic-format-json.o -MMD -MP -MF ./.deps/diagnostic-format-json.TPo ../../gcc-10.2.0/gcc/diagnostic-format-json.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o json.o -MT json.o -MMD -MP -MF ./.deps/json.TPo ../../gcc-10.2.0/gcc/json.cc
../../gcc-10.2.0/gcc/json.cc: In member function ‘virtual void json::object::print(pretty_printer*) const’:
../../gcc-10.2.0/gcc/json.cc:73:23: warning: quoted ‘%s’ directive in format [-Wformat-diag]
73 | pp_printf (pp, "\"%s\": ", key); // FIXME: escaping?
| ^~~~~~
../../gcc-10.2.0/gcc/json.cc:73:22: note: if using ‘%qs’ is not feasible, use ‘"%-s"’ instead
73 | pp_printf (pp, "\"%s\": ", key); // FIXME: escaping?
| ^~~~~~~~~~
../../gcc-10.2.0/gcc/json.cc:73:27: warning: unquoted sequence of 2 consecutive punctuation characters ‘":’ in format [-Wformat-diag]
73 | pp_printf (pp, "\"%s\": ", key); // FIXME: escaping?
| ^~~
../../gcc-10.2.0/gcc/json.cc:73:30: warning: spurious trailing space in format [-Wformat-diag]
73 | pp_printf (pp, "\"%s\": ", key); // FIXME: escaping?
| ^
../../gcc-10.2.0/gcc/json.cc:73:23: warning: unterminated quote character ‘"’ in format [-Wformat-diag]
73 | pp_printf (pp, "\"%s\": ", key); // FIXME: escaping?
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o edit-context.o -MT edit-context.o -MMD -MP -MF ./.deps/edit-context.TPo ../../gcc-10.2.0/gcc/edit-context.c
../../gcc-10.2.0/gcc/edit-context.c: In member function ‘void edited_file::print_diff(pretty_printer*, bool)’:
../../gcc-10.2.0/gcc/edit-context.c:450:23: warning: spurious leading punctuation sequence ‘---’ in format [-Wformat-diag]
450 | pp_printf (pp, "--- %s\n", m_filename);
| ^~~
../../gcc-10.2.0/gcc/edit-context.c:450:29: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
450 | pp_printf (pp, "--- %s\n", m_filename);
| ^~
../../gcc-10.2.0/gcc/edit-context.c:451:23: warning: spurious leading punctuation sequence ‘+++’ in format [-Wformat-diag]
451 | pp_printf (pp, "+++ %s\n", m_filename);
| ^~~
../../gcc-10.2.0/gcc/edit-context.c:451:29: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
451 | pp_printf (pp, "+++ %s\n", m_filename);
| ^~
../../gcc-10.2.0/gcc/edit-context.c: In member function ‘int edited_file::print_diff_hunk(pretty_printer*, int, int, int)’:
../../gcc-10.2.0/gcc/edit-context.c:522:19: warning: spurious leading punctuation sequence ‘@@’ in format [-Wformat-diag]
522 | pp_printf (pp, "@@ -%i,%i +%i,%i @@\n", old_start_of_hunk, old_num_lines,
| ^~
../../gcc-10.2.0/gcc/edit-context.c:522:36: warning: unquoted sequence of 2 consecutive punctuation characters ‘@@’ in format [-Wformat-diag]
522 | pp_printf (pp, "@@ -%i,%i +%i,%i @@\n", old_start_of_hunk, old_num_lines,
| ^~
../../gcc-10.2.0/gcc/edit-context.c:522:38: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
522 | pp_printf (pp, "@@ -%i,%i +%i,%i @@\n", old_start_of_hunk, old_num_lines,
| ^~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo ../../gcc-10.2.0/gcc/pretty-print.c
g++ -fno-PIE -c -DLOCALEDIR=\"/usr/share/locale\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo ../../gcc-10.2.0/gcc/intl.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo ../../gcc-10.2.0/gcc/sbitmap.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo ../../gcc-10.2.0/gcc/input.c
g++ -fno-PIE -c -DBASEVER="\"10.2.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"<https://github.com/jashandeep-sohi/libgccjit-pkg/issues>\"" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o version.o -MT version.o -MMD -MP -MF ./.deps/version.TPo ../../gcc-10.2.0/gcc/version.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo ../../gcc-10.2.0/gcc/ggc-none.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o memory-block.o -MT memory-block.o -MMD -MP -MF ./.deps/memory-block.TPo ../../gcc-10.2.0/gcc/memory-block.cc
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o selftest-diagnostic.o -MT selftest-diagnostic.o -MMD -MP -MF ./.deps/selftest-diagnostic.TPo ../../gcc-10.2.0/gcc/selftest-diagnostic.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o sort.o -MT sort.o -MMD -MP -MF ./.deps/sort.TPo ../../gcc-10.2.0/gcc/sort.cc
rm -rf libcommon.a
ar rc libcommon.a diagnostic.o diagnostic-color.o diagnostic-show-locus.o diagnostic-format-json.o json.o edit-context.o pretty-print.o intl.o sbitmap.o vec.o input.o version.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o
ranlib libcommon.a
if [ -f ../stage_final ] \
&& cmp -s ../stage_current ../stage_final; then \
cp ../prev-gcc/cc1-checksum.c cc1-checksum.c; \
else \
build/genchecksum c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-fold.o c/gimple-parser.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \
checksum-options > cc1-checksum.c.tmp && \
../../gcc-10.2.0/gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c; \
fi
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o cc1 c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-fold.o c/gimple-parser.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o \
cc1-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz -lzstd
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/dummy-frontend.o -MT jit/dummy-frontend.o -MMD -MP -MF jit/.deps/dummy-frontend.TPo ../../gcc-10.2.0/gcc/jit/dummy-frontend.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/libgccjit.o -MT jit/libgccjit.o -MMD -MP -MF jit/.deps/libgccjit.TPo ../../gcc-10.2.0/gcc/jit/libgccjit.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-logging.o -MT jit/jit-logging.o -MMD -MP -MF jit/.deps/jit-logging.TPo ../../gcc-10.2.0/gcc/jit/jit-logging.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-recording.o -MT jit/jit-recording.o -MMD -MP -MF jit/.deps/jit-recording.TPo ../../gcc-10.2.0/gcc/jit/jit-recording.c
../../gcc-10.2.0/gcc/jit/jit-recording.c: In member function ‘void gcc::jit::recording::function::dump_to_dot(const char*)’:
../../gcc-10.2.0/gcc/jit/jit-recording.c:3941:20: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3941 | "digraph %s {\n", get_debug_string ());
| ^~
../../gcc-10.2.0/gcc/jit/jit-recording.c:3941:19: warning: unbalanced punctuation character ‘{’ in format [-Wformat-diag]
3941 | "digraph %s {\n", get_debug_string ());
| ^
../../gcc-10.2.0/gcc/jit/jit-recording.c:3959:19: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
3959 | pp_printf (pp, "}\n");
| ^
../../gcc-10.2.0/gcc/jit/jit-recording.c:3959:20: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
3959 | pp_printf (pp, "}\n");
| ^~
../../gcc-10.2.0/gcc/jit/jit-recording.c: In member function ‘void gcc::jit::recording::block::dump_to_dot(pretty_printer*)’:
../../gcc-10.2.0/gcc/jit/jit-recording.c:4347:8: warning: unquoted whitespace character ‘\x09’ in format [-Wformat-diag]
4347 | ("\tblock_%d "
| ~^~~~~~~~~~~~~
4348 | "[shape=record,style=filled,fillcolor=white,label=\"{"),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4347:8: warning: unquoted identifier or keyword ‘block_’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/jit/jit-recording.c:4347:8: warning: spurious trailing punctuation sequence ‘="{’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/jit/jit-recording.c:4347:8: warning: unbalanced punctuation character ‘[’ in format [-Wformat-diag]
../../gcc-10.2.0/gcc/jit/jit-recording.c:4369:8: warning: unbalanced punctuation character ‘}’ in format [-Wformat-diag]
4369 | "}\"];\n\n");
| ^
../../gcc-10.2.0/gcc/jit/jit-recording.c:4369:9: warning: unbalanced punctuation character ‘]’ in format [-Wformat-diag]
4369 | "}\"];\n\n");
| ^~~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4369:13: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
4369 | "}\"];\n\n");
| ^~~~
../../gcc-10.2.0/gcc/jit/jit-recording.c: In member function ‘void gcc::jit::recording::block::dump_edges_to_dot(pretty_printer*)’:
../../gcc-10.2.0/gcc/jit/jit-recording.c:4383:10: warning: unquoted whitespace character ‘\x09’ in format [-Wformat-diag]
4383 | "\tblock_%d:s -> block_%d:n;\n",
| ^~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4383:12: warning: unquoted identifier or keyword ‘block_’ in format [-Wformat-diag]
4383 | "\tblock_%d:s -> block_%d:n;\n",
| ^~~~~~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4383:23: warning: unquoted operator ‘->’ in format [-Wformat-diag]
4383 | "\tblock_%d:s -> block_%d:n;\n",
| ^~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4383:26: warning: unquoted identifier or keyword ‘block_’ in format [-Wformat-diag]
4383 | "\tblock_%d:s -> block_%d:n;\n",
| ^~~~~~
../../gcc-10.2.0/gcc/jit/jit-recording.c:4383:37: warning: unquoted whitespace character ‘\x0a’ in format [-Wformat-diag]
4383 | "\tblock_%d:s -> block_%d:n;\n",
| ^~
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-playback.o -MT jit/jit-playback.o -MMD -MP -MF jit/.deps/jit-playback.TPo ../../gcc-10.2.0/gcc/jit/jit-playback.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-result.o -MT jit/jit-result.o -MMD -MP -MF jit/.deps/jit-result.TPo ../../gcc-10.2.0/gcc/jit/jit-result.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-tempdir.o -MT jit/jit-tempdir.o -MMD -MP -MF jit/.deps/jit-tempdir.TPo ../../gcc-10.2.0/gcc/jit/jit-tempdir.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-builtins.o -MT jit/jit-builtins.o -MMD -MP -MF jit/.deps/jit-builtins.TPo ../../gcc-10.2.0/gcc/jit/jit-builtins.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ijit -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/jit -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o jit/jit-spec.o -MT jit/jit-spec.o -MMD -MP -MF jit/.deps/jit-spec.TPo ../../gcc-10.2.0/gcc/jit/jit-spec.c
g++ -fno-PIE -c -DIN_GCC_FRONTEND -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"10.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DBASEVER="\"10.2.0\"" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo ../../gcc-10.2.0/gcc/gcc.c
../../gcc-10.2.0/gcc/gcc.c: In function ‘long unsigned int get_random_number()’:
../../gcc-10.2.0/gcc/gcc.c:9717:12: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
9717 | read (fd, &ret, sizeof (HOST_WIDE_INT));
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/gcc.c: In function ‘void do_report_bug(const char**, int, char**, char**)’:
../../gcc-10.2.0/gcc/gcc.c:7035:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
7035 | write (fd, "\n//", 3);
| ~~~~~~^~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/gcc.c:7038:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
7038 | write (fd, " ", 1);
| ~~~~~~^~~~~~~~~~~~
../../gcc-10.2.0/gcc/gcc.c:7039:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
7039 | write (fd, new_argv[i], strlen (new_argv[i]));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc-10.2.0/gcc/gcc.c:7041:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
7041 | write (fd, "\n\n", 2);
| ~~~~~~^~~~~~~~~~~~~~~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo ../../gcc-10.2.0/gcc/config/i386/driver-i386.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgccjit.so.0.0.1 -shared \
attribs.o jit/dummy-frontend.o jit/libgccjit.o jit/jit-logging.o jit/jit-recording.o jit/jit-playback.o jit/jit-result.o jit/jit-tempdir.o jit/jit-builtins.o jit/jit-spec.o gcc.o libbackend.a libcommon-target.a libcommon.a \
../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz -lzstd \
driver-i386.o \
-Wl,--version-script,../../gcc-10.2.0/gcc/jit/libgccjit.map \
-Wl,-soname,libgccjit.so.0
ln -sf libgccjit.so.0.0.1 libgccjit.so.0
ln -sf libgccjit.so.0 libgccjit.so
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo ../../gcc-10.2.0/gcc/gcc-main.c
g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"10.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/c -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo ../../gcc-10.2.0/gcc/c/gccspec.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o xgcc gcc.o gcc-main.o ggc-none.o \
c/gccspec.o driver-i386.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a
rm -f x86_64-pc-linux-gnu-gcc-10.2.0
ln -s xgcc x86_64-pc-linux-gnu-gcc-10.2.0
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo ../../gcc-10.2.0/gcc/gcov.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now gcov.o json.o \
hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a -lz -o gcov
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo ../../gcc-10.2.0/gcc/gcov-dump.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now gcov-dump.o \
hash-table.o ggc-none.o\
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo ../../gcc-10.2.0/gcc/gcov-tool.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -o libgcov-util.o ../../gcc-10.2.0/gcc/../libgcc/libgcov-util.c
../../gcc-10.2.0/gcc/../libgcc/libgcov-util.c: In function ‘gcov_info* gcov_read_profile_dir(const char*, int)’:
../../gcc-10.2.0/gcc/../libgcc/libgcov-util.c:463:9: warning: ignoring return value of ‘int chdir(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
463 | chdir (pwd);
| ~~~~~~^~~~~
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o ../../gcc-10.2.0/gcc/../libgcc/libgcov-driver.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace \
-DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o ../../gcc-10.2.0/gcc/../libgcc/libgcov-merge.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool
g++ -fno-PIE -c -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo ../../gcc-10.2.0/gcc/collect2.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo ../../gcc-10.2.0/gcc/collect2-aix.c
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo ../../gcc-10.2.0/gcc/collect-utils.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o Tcollect2 \
collect2.o collect2-aix.o vec.o ggc-none.o collect-utils.o file-find.o hash-table.o selftest.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tcollect2 collect2
g++ -fno-PIE -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo ../../gcc-10.2.0/gcc/lto-wrapper.c
../../gcc-10.2.0/gcc/lto-wrapper.c: In function ‘void merge_and_complain(cl_decoded_option**, unsigned int*, cl_decoded_option*, unsigned int)’:
../../gcc-10.2.0/gcc/lto-wrapper.c:504:35: warning: unquoted option name ‘-Xassembler’ in format [-Wformat-diag]
504 | warning (0, "Extra option to -Xassembler: %s,"
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/lto-wrapper.c:505:23: warning: unquoted option name ‘-Xassembler’ in format [-Wformat-diag]
505 | " dropping all -Xassembler and -Wa options.",
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/lto-wrapper.c:505:39: warning: unquoted option name ‘-Wa’ in format [-Wformat-diag]
505 | " dropping all -Xassembler and -Wa options.",
| ^~~
../../gcc-10.2.0/gcc/lto-wrapper.c:512:35: warning: unquoted option name ‘-Xassembler’ in format [-Wformat-diag]
512 | warning (0, "Extra option to -Xassembler: %s,"
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/lto-wrapper.c:513:23: warning: unquoted option name ‘-Xassembler’ in format [-Wformat-diag]
513 | " dropping all -Xassembler and -Wa options.",
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/lto-wrapper.c:513:39: warning: unquoted option name ‘-Wa’ in format [-Wformat-diag]
513 | " dropping all -Xassembler and -Wa options.",
| ^~~
../../gcc-10.2.0/gcc/lto-wrapper.c:521:23: warning: unquoted option name ‘-Xassembler’ in format [-Wformat-diag]
521 | " dropping all -Xassembler and -Wa options.",
| ^~~~~~~~~~~
../../gcc-10.2.0/gcc/lto-wrapper.c:521:39: warning: unquoted option name ‘-Wa’ in format [-Wformat-diag]
521 | " dropping all -Xassembler and -Wa options.",
| ^~~
../../gcc-10.2.0/gcc/lto-wrapper.c: In function ‘bool find_and_merge_options(int, off_t, const char*, cl_decoded_option**, unsigned int*, const char*)’:
../../gcc-10.2.0/gcc/lto-wrapper.c:1026:8: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
1026 | read (fd, data, length);
| ~~~~~^~~~~~~~~~~~~~~~~~
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o Tlto-wrapper \
lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a
mv -f Tlto-wrapper lto-wrapper
g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/lib/gcc/\" -DDEFAULT_TARGET_VERSION=\"10.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/usr/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DENABLE_SHARED_LIBGCC -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DPERSONALITY=\"ar\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-10.2.0/gcc -I../../gcc-10.2.0/gcc/. -I../../gcc-10.2.0/gcc/../include -I../../gcc-10.2.0/gcc/../libcpp/include -I../../gcc-10.2.0/gcc/../libdecnumber -I../../gcc-10.2.0/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-10.2.0/gcc/../libbacktrace -D_FORTIFY_SOURCE=2 -O2 -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo ../../gcc-10.2.0/gcc/gcc-ar.c
g++ -no-pie -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DIN_GCC -fPIC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now gcc-ar.o -o gcc-ar \
file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/pic/libiberty.a ../libdecnumber/libdecnumber.a
cp ../../gcc-10.2.0/gcc/gcc-ar.c gcc-nm.c
make[2]: cp: Permission denied
make[2]: *** [Makefile:2193: gcc-nm.c] Error 127
make[2]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build/gcc'
make[1]: *** [Makefile:4372: all-gcc] Error 2
make[1]: Leaving directory '/home/iwaka/libgccjit/src/libgccjit-build'
make: *** [Makefile:940: all] Error 2
==> ERROR:(B A failure occurred in build().(B
 Aborting...(B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment